Click or drag to resize
ElementGetValueAsFloat32 Method
Returns the value of this element as a float.

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

Return Value

Type: Single
The value of this element as a float.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a float.
Remarks
Same as calling GetValueAsFloat32(0)
See Also