MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(Int32) Method |
Gets the next possible sequence length that is greater than or equal to the provided sequenceLength.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static int GetSequenceLengthFromMinimumSequenceLength(
int sequenceLength
)
Parameters
- sequenceLength Int32
- The minimum length of the binary sequence.
Return Value
Int32
The next possible sequence length that is greater than or equal to the provided
sequenceLength.
See Also