 | FloatNonnegativeLeastSquaresResult Property |
Gets the result of the nonnegative least squares fit.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatNonnegativeLeastSqResult Result { get; }
Public ReadOnly Property Result As FloatNonnegativeLeastSqResult
Get
public:
property FloatNonnegativeLeastSqResult^ Result {
FloatNonnegativeLeastSqResult^ get ();
}
member Result : FloatNonnegativeLeastSqResult with get
Property Value
Type:
FloatNonnegativeLeastSqResult
See Also