TensorIndex.Start Property

Gets the start 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 Start { get; }

Property Value

Int32

Remarks

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

See Also