ElementGetValueAsInt64 Method (Int32) |
Returns the value of this element at the specified index as a long.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public abstract long GetValueAsInt64(
int index
)
Public MustOverride Function GetValueAsInt64 (
index As Integer
) As Long
public:
virtual long long GetValueAsInt64(
int index
) abstract
abstract GetValueAsInt64 :
index : int -> int64
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
Int64The value of the element at the specified index as a long.
Exceptions Remarks
If the datatype of the element at the specified index is not long,
this method attempts to convert it to a long.
See Also