ElementGetValueAsFloat64 Method (Int32) |
Returns the value of this element at the specified index as a double.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract double GetValueAsFloat64(
int index
)
Public MustOverride Function GetValueAsFloat64 (
index As Integer
) As Double
public:
virtual double GetValueAsFloat64(
int index
) abstract
abstract GetValueAsFloat64 :
index : int -> float
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
DoubleThe value of the element at the specified index as a double.
Exceptions Remarks
If the datatype of the element at the specified index is not double,
this method attempts to convert it to a double.
See Also