MemorySlice<T>.BlasOffset Method

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

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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