 | TrustRegionParameterCalcIsGood Property |
Gets a boolean indicating success of failure of the calculation.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsGood { get; }
Public ReadOnly Property IsGood As Boolean
Get
public:
virtual property bool IsGood {
bool get () sealed;
}
abstract IsGood : bool with get
override IsGood : bool with get
Property Value
BooleanImplements
ILogisticRegressionCalcIsGood
See Also