Gets the residual associated with the starting point.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public double InitialResidual { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property InitialResidual As Double |
| Visual C++ |
|---|
public: virtual property double InitialResidual { double get () sealed; } |