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