MaximumLengthSequenceFromMinimumSequenceLength(Int32) Method |
Constructs a new instance of the
MaximumLengthSequence class with a minimum length given by the argument.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
MaximumLengthSequenceThe constructed instance of the
MaximumLengthSequence class with the given minimum sequence length.
See Also