MessageGetElementAsFloat64 Method (Name) |
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.24.4.1
Syntax public abstract double GetElementAsFloat64(
Name name
)
Public MustOverride Function GetElementAsFloat64 (
name As Name
) As Double
public:
virtual double GetElementAsFloat64(
Name^ name
) abstract
abstract GetElementAsFloat64 :
name : Name -> float
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
DoubleThe value of the element having specified name as a double
value.
Exceptions Remarks See Also