Click or drag to resize

MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(UInt64) Method

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

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ulong GetSequenceLengthFromMinimumSequenceLength(
	ulong sequenceLength
)

Parameters

sequenceLength  UInt64
The minimum length of the binary sequency.

Return Value

UInt64
Next possible sequence length that is equal to or greater than the provided sequenceLength.
See Also