VectorTPointwiseAtan2(VectorT, VectorT) Method |
Pointwise applies the atan2 function to each value of the current
vector and a given other vector being the 'x' of atan2 and the
'this' vector being the 'y'
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PointwiseAtan2(
Vector<T> other,
Vector<T> result
)
Parameters
- other VectorT
- The vector providing the x values for the atan2 operation.
- result VectorT
- The vector to store the result
See Also