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