DSequence.Until Method

Overload List

Until(Double)Get the initial values of a sequence until a value is found.
Until(Func<Double, Boolean>)Get the initial values of a sequence until a predicate is satisfied.

See Also