Return the boolean value for the specified index.

C# | Visual Basic | Visual C++ |
public bool GetIndexAsBool( int Index )
Public Function GetIndexAsBool ( _ Index As Integer _ ) As Boolean
public: bool GetIndexAsBool( int Index )

- Index (Int32)
- Index to get the value of

The boolean value of that index.

Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown if the index specified
is out of range for this result. |