MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(UInt64) 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 ulong GetSequenceLengthFromMinimumSequenceLength(
ulong sequenceLength
)
Parameters
- sequenceLength UInt64
- The minimum length of the binary sequence.
Return Value
UInt64
The next possible sequence length that is greater than or equal to the provided
sequenceLength.
See Also