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