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