MessageGetElementAsFloat64 Method (String) |
Returns the value of the element having the specified name as
a double value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract double GetElementAsFloat64(
string name
)
Public MustOverride Function GetElementAsFloat64 (
name As String
) As Double
public:
virtual double GetElementAsFloat64(
String^ name
) abstract
abstract GetElementAsFloat64 :
name : string -> float
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
DoubleThe value of the element having specified name as a double
value.
Exceptions Remarks See Also