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.3179.0 (4.8.3179.0)
Syntax
C#
public static MaximumLengthSequence FromMinimumSequenceLength(
	int sequenceLength
)

Parameters

sequenceLength  Int32
The minimum length of the binary sequency. If the provided value is not a number (2^k-1), the value will be 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