MaximumLengthSequenceTapValue Property |
Gets or sets the tap value. When setting the tap value, only basic tests will be made to ensure its validity.
Thus, it can not be fully ensured that the provided tap value will generate a maximum length sequence.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ulong TapValue { get; set; }
Property Value
UInt64The tap value. The highest bit that is set in the tap value determines the length of the maximum length sequence.
See Also