Click or drag to resize
ElementGetElementAsFloat32 Method (String)
Returns the value of the named sub-element as a float.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract float GetElementAsFloat32(
	string name
)

Parameters

name
Type: SystemString
The name of the required sub-element.

Return Value

Type: Single
The value of the named sub-element as a float.
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a float.
NotSupportedException Called on non-complex type.
Remarks
See Also