HybridMCGenericTSetNonNegative 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.3261.0 (4.8.3261.0)
Syntaxprotected int SetNonNegative(
	int value
)
Parameters
- value  Int32
 - Proposed value to be checked.
 
Return Value
Int32Returns value if it is greater than or equal to zero.
Exceptions
See Also