Map2
Builds a new collection whose elements are the results of applying the given mapping
function to the corresponding elements of the two collections pairwise.
Parameters
Returns
Func<T, T2, TResult> mapping
IEnumerable<T> source
IEnumerable<T2> source2
IEnumerable<TResult>
Usage
Multiplying the sum of each pair of values by two
Last updated
Was this helpful?