ReadOnlySpan2D<T> Methods

Methods

AsSpanSlice Returns the array as an array slice with unit leadingDimension.
Column Returns the array starting at the specified position.
ColumnFrom Returns an array with offset that corresponds to a column in the array that starts at the specified position.
Diagonal Returns an array slice that corresponds to a column in the array.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
From(Int32, Int32) Returns the array starting at the specified position.
From(Int32, Int32, Int32) Returns the array starting at the specified position with the specified leading dimension.
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetIndex Gets the index in the storage array of the element at the specified position.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Row Returns the array slice that corresponds to a row in the array.
RowFrom Returns the array slice that corresponds to a row in the array that starts at the specified position.
SpanFrom Returns the array starting at the specified position.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
TransposeTo Transposes the elements of the 2D array and returns the result in the specified array.
VectorFrom Returns an array slice with a specified stride that starts at the specified position.
WithLeadingDimension Returns the array at the current position with the specified leading dimension.

See Also