Array2D<T> Properties

Properties

Item Gets or sets the element at the specified position.
LeadingDimension Gets the number of elements between the start of successive columns.
Memory2D Gets a 2D memory block over the elements of the array.

Return Value

A Memory2D<T>.
Offset Gets the offset of the first element in the storage array.
Span2D Gets a 2D span over the elements of the array.

Return Value

A Span2D<T>.
Values Gets the storage array.

See Also