Gets the Double array that stores the data for the instance.

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property StorageArray As Double()
C#
public abstract double[] StorageArray { get; }
C++
public:
virtual array<double>^ StorageArray {
	array<double>^ 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.