| ElementGetElementAsFloat64 Method (String) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax[ObsoleteAttribute("Deprecated, use GetElementAsFloat64(Name) instead.")]
public abstract double GetElementAsFloat64(
string name
)<ObsoleteAttribute("Deprecated, use GetElementAsFloat64(Name) instead.")>
Public MustOverride Function GetElementAsFloat64 (
name As String
) As Doublepublic:
[ObsoleteAttribute(L"Deprecated, use GetElementAsFloat64(Name) instead.")]
virtual double GetElementAsFloat64(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsFloat64(Name) instead.")>]
abstract GetElementAsFloat64 :
name : string -> float
Parameters
- name
- Type: SystemString
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