RadMath
Class
Provides static mathematical functions and constants.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public static class RadMath
Inheritance: objectRadMath
Fields
The factor used to convert degrees to their radians equivalent.
C#
public const double DegToRadFactor = 0.017453292519943295
Smallest unit such that 1.0+DBL_EPSILON != 1.0.
C#
public const double Epsilon = 2.220446049250313E-09
The factor used to convert radians to their degree equivalent.
C#
public const double RadToDegFactor = 57.29577951308232
Methods
Determines whether the two specified values are close within the order of tolerance.
Gets the distance between two points in a plane.