4 references to NIndex
System.Numerics.Tensors (4)
System\NIndex.cs (4)
63public static NIndex Start => new NIndex((nint)0); 66public static NIndex End => new NIndex((nint)~0); 78return new NIndex(value); 91return new NIndex(~value);