ElementGetElementAsFloat64 Method (Name) |
Returns the value of the named sub-element as a double.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.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
The name of the required sub-element.
Return Value
Type:
DoubleThe value of the named sub-element as a double.
Exceptions Exception | Condition |
---|
NotFoundException |
The named sub-element does not exist.
|
InvalidConversionException |
The value of the named sub-element cannot be converted to a double.
|
NotSupportedException |
Called on non-complex type.
|
Remarks See Also