GenerateMap |
public static IEnumerable<T> MapSequence<TA, T>( IEnumerable<TA> points, Func<TA, T> map )
[Missing <param name="points"/> documentation for "M:Altaxo.Calc.Generate.MapSequence``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})"]
[Missing <param name="map"/> documentation for "M:Altaxo.Calc.Generate.MapSequence``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})"]
[Missing <typeparam name="TA"/> documentation for "M:Altaxo.Calc.Generate.MapSequence``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})"]
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.Generate.MapSequence``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})"]
[Missing <returns> documentation for "M:Altaxo.Calc.Generate.MapSequence``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})"]