Returns the value of the element having the specified name as
a double value.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract double GetElementAsFloat64( Name name )
Public MustOverride Function GetElementAsFloat64 ( name As Name ) As Double
public: virtual double GetElementAsFloat64( Name^ name ) abstract
Parameters
- name (Name)
- An element name.
Return Value
Double
The value of the element having specified name as a double value.
The value of the element having specified name as a double value.
Remarks
Same as calling AsElement.
GetElementAsFloat64(name)
Exceptions
Exception | Condition |
---|---|
NotFoundException |
This message does not contain an element having the specified name.
|
InvalidConversionException |
The value is not convertible to
a double value.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1