Bloomberg API for .NET
GetElementAsFloat32 Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsFloat32(String)
Returns the value of the named sub-element as a float.
Declaration Syntax
C#Visual BasicVisual C++
public abstract float GetElementAsFloat32(
	string name
)
Public MustOverride Function GetElementAsFloat32 ( 
	name As String
) As Single
public:
virtual float GetElementAsFloat32(
	String^ name
) abstract
Parameters
name (String)
The name of the required sub-element.
Return Value
Single
The value of the named sub-element as a float.
Remarks
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a float.
NotSupportedException Called on non-complex type.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1