Computes the four-quadrant inverse tangent of the elements of a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Vector<T> Atan2AsYCore(
Vector<T> x,
Vector<T> result
)
Protected Overridable Function Atan2AsYCore (
x As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ Atan2AsYCore(
Vector<T>^ x,
Vector<T>^ result
)
abstract Atan2AsYCore :
x : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override Atan2AsYCore :
x : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- x
- Type: Extreme.MathematicsVectorT
A vector that contains the x-coordinates. - result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorT
Numerical Libraries
Supported in: 6.0
Reference