Click or drag to resize

MathExAtan2 Method (Double, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static double Atan2(
	double y,
	double x
)

Parameters

y
Type: SystemDouble
x
Type: SystemDouble

Return Value

Type: Double
See Also