Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static float Atan2(
float y,
float x
)
public static float Atan2(
float y,
float x
)
Public Shared Function Atan2 (
y As Single,
x As Single
) As Single
Public Shared Function Atan2 (
y As Single,
x As Single
) As Single
public:
static float Atan2(
float y,
float x
)
public:
static float Atan2(
float y,
float x
)
static member Atan2 :
y : float32 *
x : float32 -> float32
static member Atan2 :
y : float32 *
x : float32 -> float32
Return Value
Type:
Single