MaximumLengthSequenceTapValues Field |
Tap values for sequence lengths of 2^2 - 1 ... 2^64 - 1.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static readonly ulong[] TapValues
Field Value
UInt64
Remarks
The value at index k represents the tap value to generate a sequence of length 2^k - 1.
The values at index 0 and 1 are unused and set to zero.
See Also