Gets the increment between successive elements of this instance in the StorageArray.

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property StorageIncrement As Integer
C#
public abstract int StorageIncrement { get; }
C++
public:
virtual int StorageIncrement {
	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.