The data contained within the matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public double[,] Data
Visual Basic (Declaration)
Public Data As Double(,)
Visual C++
public:
array<double,2>^ Data

See Also