Click or drag to resize

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

Parameters

sequenceLength  Int32
The minimum length of the binary sequence.

Return Value

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