MessageGetElementAsFloat32 Method (String) |
Returns the value of the element having the specified name as
a float value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract float GetElementAsFloat32(
string name
)
Public MustOverride Function GetElementAsFloat32 (
name As String
) As Single
public:
virtual float GetElementAsFloat32(
String^ name
) abstract
abstract GetElementAsFloat32 :
name : string -> float32
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
SingleThe value of the element having specified name as a float
value.
Exceptions Remarks See Also