NSequence.Unfold Method

Overload List

Unfold(Int32, Int32, Func<Int32, Int32, Int32>)Creates a sequence by unfolding an initial state by a function.
Unfold(Int32, Int32, Func<Int32, Int32>)Creates a sequence by unfolding an initial state by a function.
Unfold(Int32, Int32, Int32, Func<Int32, Int32, Int32>)Creates a sequence by unfolding an initial state by a function.

See Also