Click or drag to resize

MaximumLengthSequence Methods

The MaximumLengthSequence type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromMinimumSequenceLength(Int32)Constructs a new instance of the MaximumLengthSequence class with a minimum length given by the argument.
Public methodStatic memberFromMinimumSequenceLength(UInt64)Constructs a new instance of the MaximumLengthSequence class with a minimum length given by the argument.
Public methodStatic memberFromNumberOfStagesConstructs a new instance of the MaximumLengthSequence class froms the number of stages (bits, flip-flops).
Public methodStatic memberFromTapValueConstructs a new instance of the MaximumLengthSequence class from a tap value given by the argument.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInfiniteSequence<T>(T, T)Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Public methodGetInfiniteSequence<T>(T, T, UInt64)Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Public methodStatic memberGetInfiniteSequence32<T>Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Public methodStatic memberGetInfiniteSequence64<T>Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Public methodGetSequence<T>(T, T)Gets the sequence. The enumeration stops after yielding n values, with n being the sequence length.
Public methodGetSequence<T>(T, T, UInt64)Gets the sequence. The enumeration stops after yielding n values, with n being the sequence length.
Public methodStatic memberGetSequence32<T>Gets the sequence. The enumeration stops after yielding n values, with n being the sequence length.
Public methodStatic memberGetSequence64<T>Gets the sequence. The enumeration stops after yielding n values, with n being the sequence length.
Public methodStatic memberGetSequenceLengthFromMinimumSequenceLength(Int32)Gets the next possible sequence length that is equal to or greater than the provided sequenceLength.
Public methodStatic memberGetSequenceLengthFromMinimumSequenceLength(UInt64)Gets the next possible sequence length that is equal to or greater than the provided sequenceLength.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also