IStorage 2D<T, TSlice, TStorage2D> Properties
Properties
Item |
Gets or sets the element at the specified position.
(Inherited from IStorage2D<T>) |
Leading |
Gets the number of elements between the start of successive columns.
(Inherited from IStorage2D<T>) |
Memory2D |
Gets a 2D memory block over the elements of the array.
Return ValueA Memory2D<T>.(Inherited from IStorage2D<T>) |
Offset |
Gets the position of the first stored element in the array
(Inherited from IStorage2D<T>) |
Span2D |
Gets a 2D span over the elements of the array.
Return ValueA Span2D<T>.(Inherited from IStorage2D<T>) |