MaximumLengthSequenceGetSequenceLengthFromMinimumSequenceLength(Int32) Method |
Gets the next possible sequence length that is equal to or greater than the provided sequenceLength.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int GetSequenceLengthFromMinimumSequenceLength(
int sequenceLength
)
Parameters
- sequenceLength Int32
- The minimum length of the binary sequency.
Return Value
Int32Next possible sequence length that is equal to or greater than the provided
sequenceLength.
See Also