TargetTolerance Type
what range of values the solver should aim for
Union cases
Union case |
Description
|
Full Usage:
AboveZero
|
find a solution greater than or equal to zero |
Full Usage:
AroundZero
|
find a solution either side of zero |
Full Usage:
BelowZero
|
find a solution less than or equal to zero |
Instance members
Instance member |
Description
|
Full Usage:
this.IsAboveZero
Returns: bool
|
|
Full Usage:
this.IsAroundZero
Returns: bool
|
|
Full Usage:
this.IsBelowZero
Returns: bool
|
|