TensorIndex Operators and Type Conversions

Operators

Equality(TensorIndex, TensorIndex) Compares two TensorIndex instances for equality.
Implicit(Index to TensorIndex) Implicitly converts a Index to a TensorIndex.
Implicit(Int32 to TensorIndex) Implicitly converts an integer to a TensorIndex.
Implicit(Range to TensorIndex) Implicitly converts a Range to a TensorIndex.
Implicit(Range to TensorIndex) Implicitly converts a Range to a TensorIndex.
Implicit(Slice to TensorIndex) Implicitly converts a Slice to a TensorIndex.
Inequality(TensorIndex, TensorIndex) Compares two TensorIndex instances for inequality.

See Also