ArraySlice<T> Methods

Methods

AsArray1D Returns the array as a linear array with offset.
AsArray2D Constructs a 2D array with the specified leading dimension.
AsBlasStorage Returns the array in a format suitable for calling methods using the BLAS convention.
BlasOffset Returns the offset according to the BLAS convention for negative strides.
Decrement Returns an array slice that starts at the element before the first element of the array slice.
Equals Checks if an object is equal to this instance.
(Overrides ValueType.Equals(Object))
From(Int32) Returns an array slice starting at the specified index.
From(Int32, Int32) Returns an array slice starting at the specified index.
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)
Increment() Returns an array slice that starts at the second element of the array slice.
Increment(Int32) Returns an array slice that skips the specified number of elements of the array slice.
ToArray Returns the elements of the array slice in an array.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also