ElementGetValueAsFloat32 Method |
Returns the value of this element as a float.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public abstract float GetValueAsFloat32()
Public MustOverride Function GetValueAsFloat32 As Single
public:
virtual float GetValueAsFloat32() abstract
abstract GetValueAsFloat32 : unit -> float32
Return Value
Type:
SingleThe value of this element as a float.
Exceptions Remarks
Same as calling GetValueAsFloat32(0)
See Also