Click or drag to resize
ElementGetValueAsInt64 Method
Returns the value of this element as a long.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract long GetValueAsInt64()

Return Value

Type: Int64
The value of this element as a long.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a long.
Remarks
Same as calling GetValueAsInt64(0).
See Also