Equality(Axes, Axes) |
Compares two axis collections for equality.
|
Implicit(Index to Axes) |
Implicitly converts an integer to an axis collection.
|
Implicit(Int32 to Axes) |
Implicitly converts an integer to an axis collection.
|
Implicit(ValueTuple<Int32, Int32> to Axes) |
Implicitly converts a pair of integers to an axis collection.
|
Implicit(ValueTuple<Int32, Int32, Int32> to Axes) |
Implicitly converts a triplet of integers to an axis collection.
|
Implicit(ValueTuple<Int32, Int32, Int32, Int32> to Axes) |
Implicitly converts a quartet of integers to an axis collection.
|
Implicit(ValueTuple<Int32, Int32, Int32, Int32, Int32> to Axes) |
Implicitly converts a quintuplet of integers to an axis collection.
|
Implicit(ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32> to Axes) |
Implicitly converts a sextuplet of integers to an axis collection.
|
Inequality(Axes, Axes) |
Compares two axis collections for inequality.
|
Subtraction(Axes, Int32) |
Returns a new axis collection that has the specified axis removed.
|