Returns the value of this element at the specified index as a float.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract float GetValueAsFloat32( int index )
Public MustOverride Function GetValueAsFloat32 ( index As Integer ) As Single
public: virtual float GetValueAsFloat32( int index ) abstract
Parameters
- index (Int32)
- The index of the element whose value is requested.
Return Value
Single
The value of the element at the specified index as a float.
The value of the element at the specified index as a float.
Remarks
If the datatype of the element at the specified index is not float,
this method attempts to convert it to a float.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException |
index >= NumValues.
|
InvalidConversionException |
The value of the element at the
specified index cannot be converted to a float.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1