HybridMCGenericTSetPositive(Double) Method |
Method to check and set a quantity to a non-negative value.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected double SetPositive(
double value
)
Parameters
- value Double
- Proposed value to be checked.
Return Value
DoubleReturns value if it is greater than zero.
Exceptions See Also