MaximumLengthSequenceTapValue Property |
Gets or sets the tap value.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ulong TapValue { get; set; }Property Value
UInt64
The tap value. The highest bit that is set in the tap value determines the length of the maximum length sequence.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when the tap value fails the basic validity checks. |
Remarks
When setting the tap value, only basic tests are performed to ensure its validity.
Thus, it cannot be fully ensured that the provided tap value will generate a maximum length sequence.
See Also