Click or drag to resize

MaximumLengthSequenceFromMinimumSequenceLength(Int32) Method

Constructs a new instance of the MaximumLengthSequence class with a minimum length given by the argument.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static MaximumLengthSequence FromMinimumSequenceLength(
	int sequenceLength
)

Parameters

sequenceLength  Int32
The minimum length of the binary sequence. If the provided value is not of the form 2^k - 1, the value is rounded up to the next possible sequence length.

Return Value

MaximumLengthSequence
The constructed instance of the MaximumLengthSequence class with the given minimum sequence length.
See Also