Click or drag to resize

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.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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.
See Also