NativeArraySlice<T>.BlasOffset Method

Returns the offset according to the BLAS convention for negative strides.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int BlasOffset(
	int length
)

Parameters

length  Int32
The length of the array.

Return Value

Int32
The offset of the array according to the BLAS convention.

See Also