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.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static double AngleRadInFirstFullCircle(
double value
)
Public Shared Function AngleRadInFirstFullCircle (
value As Double
) As Double
public:
static double AngleRadInFirstFullCircle(
double value
)
Parameters
- value
- Type: SystemDouble
Angle to find the equivalent angle in radians.
Return Value
Type:
DoubleAngle matching the input in first full positive round as radians.
See Also