|  | DoubleNonnegativeLeastSquaresResult Property | 
            Gets the result of the nonnegative least squares fit. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleNonnegativeLeastSqResult Result { get; }Public ReadOnly Property Result As DoubleNonnegativeLeastSqResult
	Get
public:
property DoubleNonnegativeLeastSqResult^ Result {
	DoubleNonnegativeLeastSqResult^ get ();
}member Result : DoubleNonnegativeLeastSqResult with get
Property Value
DoubleNonnegativeLeastSqResult See Also
See Also