public interface IIndex
IIndex is exposed by objects
representing matrix and vector indices. In particular, the enum
types that are matrix indices expose this interface.| Modifier and Type | Method and Description |
|---|---|
int |
val()
Returns the value of this matrix index object.
|