| MessageGetElementAsFloat64 Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a double value.
Deprecated, use
GetElementAsFloat64(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.10.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
An element name.
Return Value
Type:
DoubleThe value of the element having specified name as a double
value.
Exceptions
Remarks
See Also