NativeArray2D<T> Methods

Methods

AsArray1D Returns the array as an array with offset.
AsArraySlice Returns the array as an array slice with unit leadingDimension.
Column Returns an array with offset that corresponds to a column in the array.
ColumnFrom Returns an array with offset that corresponds to a column in the array that starts at the specified position.
CreateEmpty Creates an empty 2D array with the specified leading dimension.
Diagonal Returns an array slice that corresponds to a column in the array.
Equals Checks if an object is equal to this instance.
(Overrides ValueType.Equals(Object))
From(Int32) Returns the array starting at the specified position on the main diagonal.
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.
GetHashCode Gets a hash code for this instance.
(Overrides ValueType.GetHashCode())
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.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
VectorFrom Returns an array slice with a specified stride that starts at the specified position.

See Also