TriangularDistributionIsValidMin Method |
Determines whether the specified value is valid for parameter
Min.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool IsValidMin(
double value
)
Parameters
- value Double
- The value to check.
Return Value
Boolean if value is less than
Max, and less than or equal to
C; otherwise,
.
See Also