2 references to Start
System.Numerics.Tensors (2)
System\NRange.cs (2)
96
public static NRange EndAt(NIndex end) => new NRange(NIndex.
Start
, end);
99
public static NRange All => new NRange(NIndex.
Start
, NIndex.End);