Returns the value of the named sub-element as a double.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract double GetElementAsFloat64( string name )
Public MustOverride Function GetElementAsFloat64 ( name As String ) As Double
public: virtual double GetElementAsFloat64( String^ name ) abstract
Parameters
- name (String)
- The name of the required sub-element.
Return Value
Double
The value of the named sub-element as a double.
The value of the named sub-element as a double.
Remarks
Same as calling GetElement(name).
GetValueAsFloat64().
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.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1