VectorDoPointwiseAtan2(Complex, VectorComplex) Method |
Pointwise applies the two-argument arctangent using a scalar and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseAtan2(
Complex scalar,
Vector<Complex> result
)
Parameters
- scalar Complex
- The scalar providing the x-values.
- result VectorComplex
- The vector to store the result.
See Also