NonlinearRegressionRank Property |
The rank of the matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Rank { get; }
Public Overridable ReadOnly Property Rank As Integer
Get
public:
virtual property int Rank {
int get ();
}
abstract Rank : int with get
override Rank : int with get
Property Value
Type:
Int32
An
int which specifies the rank of the matrix or
null
if
Solve(NonlinearRegressionIFunction) has not been called.
See Also