MessageGetElementAsFloat32 Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a float value.
Deprecated, use
GetElementAsFloat32(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax [ObsoleteAttribute("Deprecated, use GetElementAsFloat32(Name) instead.")]
public abstract float GetElementAsFloat32(
string name
)
<ObsoleteAttribute("Deprecated, use GetElementAsFloat32(Name) instead.")>
Public MustOverride Function GetElementAsFloat32 (
name As String
) As Single
public:
[ObsoleteAttribute(L"Deprecated, use GetElementAsFloat32(Name) instead.")]
virtual float GetElementAsFloat32(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsFloat32(Name) instead.")>]
abstract GetElementAsFloat32 :
name : string -> float32
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
SingleThe value of the element having specified name as a float
value.
Exceptions Remarks See Also