ElementGetValueAsInt64 Method |
Returns the value of this element as a long.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public abstract long GetValueAsInt64()
Public MustOverride Function GetValueAsInt64 As Long
public:
virtual long long GetValueAsInt64() abstract
abstract GetValueAsInt64 : unit -> int64
Return Value
Type:
Int64The value of this element as a long.
Exceptions Remarks
Same as calling GetValueAsInt64(0).
See Also