Click or drag to resize

VectorDoPointwiseAtan2(Single, VectorSingle) Method

Pointwise applies the two-argument arctangent using a scalar and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void DoPointwiseAtan2(
	float scalar,
	Vector<float> result
)

Parameters

scalar  Single
The scalar providing the x-values.
result  VectorSingle
The vector to store the result.
See Also