Click or drag to resize

MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(Int32) 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 int GetSequenceLengthFromMinimumSequenceLength(
	int sequenceLength
)

Parameters

sequenceLength  Int32
The minimum length of the binary sequency.

Return Value

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