Returns the value of this element as a double.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract double GetValueAsFloat64()
Public MustOverride Function GetValueAsFloat64 As Double
public: virtual double GetValueAsFloat64() abstract
Return Value
Double
The value of this element as a double.
The value of this element as a double.
Remarks
Same as calling GetValueAsFloat64(0).
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | NumValues == 0.
|
InvalidConversionException |
The value of this element cannot be converted to a double.
|
See Also
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1