| ElementGetValueAsFloat64 Method |
Returns the value of this element as a double.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic 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