| ElementGetValueAsInt64 Method |
Returns the value of this element as a long.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic 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