Click or drag to resize

RangeIteratorTStep Property

Returns the step function used for this range

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public Func<T, T> Step { get; }

Property Value

Type: FuncT, T
See Also