|
ToolsAngle Method (Single, Single)
|
Gets the angle formed by the vector [x,y].
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static float Angle(
float x,
float y
)
Public Shared Function Angle (
x As Single,
y As Single
) As Single
Request Example
View SourceParameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
Return Value
Type:
SingleSee Also