Click or drag to resize

MathRoutinesAngleDegInFirstFullCircle Method

LightningChart .NET Help
Retrieve the input angle value as positive angle of the first full rotation in degrees.

Note that the range contains 0, but not the "full angle" of 360 degrees.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static double AngleDegInFirstFullCircle(
	double value
)

Parameters

value
Type: SystemDouble
Angle to find the equivalent angle in degrees.

Return Value

Type: Double
Angle matching the input in first full positive round as degrees.
See Also