Gets the increment between successive elements of this
instance in the
StorageArray.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public int StorageIncrement { get; }
Public ReadOnly Property StorageIncrement As Integer
Get
public:
virtual property int StorageIncrement {
int get () sealed;
}
abstract StorageIncrement : int with get
override StorageIncrement : int with get
Property Value
Type:
Int32Implements
ISingleStorageStorageIncrement
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.
Numerical Libraries
Supported in: 5.x, 4.x
Reference