Gets the index of the first element of this instance in the StorageArray.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property StorageOffset As Integer
C#
public abstract int StorageOffset { get; }
C++
public:
virtual int StorageOffset {
	int get () abstract;
}

Remarks

This property should only be used to call the BLAS interface routines. Use in any other circumstances can lead to unexpected results and is not recommended.