MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(UInt64) Method |
Gets the next possible sequence length that is equal to or greater than the provided sequenceLength.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ulong GetSequenceLengthFromMinimumSequenceLength(
ulong sequenceLength
)
Parameters
- sequenceLength UInt64
- The minimum length of the binary sequency.
Return Value
UInt64Next possible sequence length that is equal to or greater than the provided
sequenceLength.
See Also