Click or drag to resize

MathHelperNormalizeAngle Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Normalizes the value of an angle in degrees between [0, 360[.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static double NormalizeAngle(
	double angle
)
Request Example View Source

Parameters

angle
Type: SystemDouble
Angle in degrees.

Return Value

Type: Double
The equivalent angle in the range [0, 360[.
Remarks
Negative angles will be converted to its positive equivalent.
See Also