MathRoutinesRadiansAsDegrees Method |
LightningChart .NET Help
Convert radians to degrees.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static double RadiansAsDegrees(
double value
)
Public Shared Function RadiansAsDegrees (
value As Double
) As Double
public:
static double RadiansAsDegrees(
double value
)
Parameters
- value
- Type: SystemDouble
Radians value.
Return Value
Type:
DoubleDegrees value.
See Also