ElementGetValueAsFloat64 Method |
Returns the value of this element as a double.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public abstract double GetValueAsFloat64()
Public MustOverride Function GetValueAsFloat64 As Double
public:
virtual double GetValueAsFloat64() abstract
abstract GetValueAsFloat64 : unit -> float
Return Value
Type:
DoubleThe value of this element as a double.
Exceptions Remarks
Same as calling GetValueAsFloat64(0).
See Also