VectorTMap2(FuncT, T, T, VectorT, VectorT, Zeros) Method |
Applies a function to each value pair of two vectors and replaces the value in the result vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Map2(
Func<T, T, T> f,
Vector<T> other,
Vector<T> result,
Zeros zeros = Zeros.AllowSkip
)
Parameters
- f FuncT, T, T
- The mapping function.
- other VectorT
- The other vector.
- result VectorT
- The destination vector.
- zeros Zeros (Optional)
- Specifies whether zero values may be skipped.
See Also