ALFGeneratorIsValidLongLag Method |
Determines whether the specified value is valid for
LongLag.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool IsValidLongLag(
int value
)
Parameters
- value Int32
- The value to check.
Return Value
Boolean if
value is greater than
ShortLag; otherwise,
.
See Also