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