Tensor Index Implicit Conversion Operators
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
Overload List
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. |
Implicit Conversion (Index to TensorIndex)
Implicitly converts a Index to a TensorIndex.
Implicit Conversion (Int32 to TensorIndex)
Implicitly converts an integer to a TensorIndex.
public static implicit operator TensorIndex (
int index
)
Parameters
- index Int32
- An integer index.
Return Value
TensorIndexImplicit Conversion (Range to TensorIndex)
Implicitly converts a Range to a TensorIndex.
Implicit Conversion (Range to TensorIndex)
Implicitly converts a Range to a TensorIndex.
Implicit Conversion (Slice to TensorIndex)
Implicitly converts a Slice to a TensorIndex.