Click or drag to resize

MaximumLengthSequenceTapValue Property

Gets or sets the tap value.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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
ExceptionCondition
ArgumentExceptionThrown 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