Gets the level index of the element at the specified position.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int GetLevelIndex(
int index
)
Public Function GetLevelIndex (
index As Integer
) As Integer
public:
int GetLevelIndex(
int index
)
member GetLevelIndex :
index : int -> int
Parameters
- index
- Type: SystemInt32
Return Value
Type:
Int32The level index of the element. If the element is missing, -1 is returned.
Reference