Method Axis
Axis(int)
Returns the positive axis corresponding to a given axis. Negative axes counts backwards from the inner dimension.
Declaration
public int Axis(int axis)
Parameters
Type | Name | Description |
---|---|---|
int | axis | The axis to wrap. |
Returns
Type | Description |
---|---|
int | The positive axis. |