Click or drag to resize

MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(UInt64) Method

Gets the next possible sequence length that is greater than or equal to the provided sequenceLength.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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