TensorIndex.End Property

Gets the end index of the TensorIndex.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public int End { get; }

Property Value

Int32

Remarks

Negative values indicate that the index is counting down from the end.

See Also