NonStandardExtensionMethods.Iterate Method Naiad Help

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberIterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Int32, String)
Iteratively applies function to the given stream.
Public methodStatic memberIterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Expression<Func<TRecord, Int32>>, Int32, String)
Iteratively applies function to the given stream.
Public methodStatic memberIterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Func<TRecord, Int32>, Expression<Func<TRecord, Int32>>, Int32, String)
Iteratively applies function to the given stream.
Top
See Also

Reference