Array Slice<T>.Blas Offset 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#
The offset of the array according to the BLAS convention.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int BlasOffset(
int length
)
Parameters
- length Int32
- The length of the array.
Return Value
Int32The offset of the array according to the BLAS convention.