Click or drag to resize

DoubleMatrixGetStorage Method

Gets the elements currently stored in this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double[] GetStorage()

Return Value

Type: Double
The array of stored matrix elements.
Remarks

Matrix entries can be stored using different data schemes, as enumerated in StorageScheme.

The data currently stored can be accessed as an array through the GetStorage method.

Caution note Caution
This method is intended for advanced users and must always be used carefully. For performance reasons, the returned reference points directly to the matrix internal data. Do not call GetStorage if you do not have complete control of the instance you used to invoke the method.

See Also