Click or drag to resize

RangeIteratorT Constructor (RangeT, FuncT, T)

Creates an ascending iterator over the given range with the given step function

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public RangeIterator(
	Range<T> range,
	Func<T, T> step
)

Parameters

range
Type: Koden.UtilsRangeT

[Missing <param name="range"/> documentation for "M:Koden.Utils.RangeIterator`1.#ctor(Koden.Utils.Range{`0},System.Func{`0,`0})"]

step
Type: SystemFuncT, T

[Missing <param name="step"/> documentation for "M:Koden.Utils.RangeIterator`1.#ctor(Koden.Utils.Range{`0},System.Func{`0,`0})"]

See Also