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