| ElementGetValueAsInt32 Method (Int32) |
Returns the value of this element at the specified index as an int.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic abstract int GetValueAsInt32(
int index
)
Public MustOverride Function GetValueAsInt32 (
index As Integer
) As Integer
public:
virtual int GetValueAsInt32(
int index
) abstract
abstract GetValueAsInt32 :
index : int -> int
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
Int32The value of the element at the specified index as an int.
Exceptions
Remarks
If the datatype of the element at the specified index is not int,
this method attempts to convert it to an int.
See Also