Click or drag to resize

MathRoutinesAngleRadInFirstFullCircle Method

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

Note that the range contains 0, but not the "full angle" of PI radians.

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

Parameters

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

Return Value

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