Represents the interface that allows access to an object's
internal storage of double-precision floating point numbers.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IDoubleStorage |
| C# |
|---|
public interface IDoubleStorage |
| C++ |
|---|
public interface class IDoubleStorage |
Properties
| Icon | Type | Description |
|---|---|---|
| StorageArray |
Gets the Double array that stores
the data for the instance.
| |
| StorageIncrement |
Gets the increment between successive elements of this
instance in the StorageArray.
| |
| StorageOffset |
Gets the index of the first element of this instance
in the StorageArray.
|