Click or drag to resize
ElementGetValueAsFloat64 Method
Returns the value of this element as a double.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract double GetValueAsFloat64()

Return Value

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