DoubleMatrixRowCollection.Matrix Property
Gets the Matrix whose rows this instance collects.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public DoubleMatrix Matrix { get; }
Public ReadOnly Property Matrix As DoubleMatrix
Get
public:
property DoubleMatrix^ Matrix {
DoubleMatrix^ get ();
}
member Matrix : DoubleMatrix with get
Property Value
DoubleMatrix
The
Matrix whose rows are collected by this instance.