Class RadMath
Inheritance
System.Object
RadMath
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadMath : Object
Fields
DegToRadFactor
Declaration
public const double DegToRadFactor = 0.017453292519943295
Field Value
System.Double
|
Epsilon
Declaration
public const double Epsilon = 2.2204460492503131E-09
Field Value
System.Double
|
RadToDegFactor
Declaration
public const double RadToDegFactor = 57.295779513082323
Field Value
System.Double
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AreClose(Double, Double)
Declaration
public static bool AreClose(double value1, double value2)
Parameters
System.Double
value1
|
System.Double
value2
|
Returns
System.Boolean
|
AreClose(Double, Double, Double)
Declaration
public static bool AreClose(double value1, double value2, double tolerance)
Parameters
System.Double
value1
|
System.Double
value2
|
System.Double
tolerance
|
Returns
System.Boolean
|
GetArcPoint(Double, RadPoint, Double)
Declaration
public static RadPoint GetArcPoint(double angle, RadPoint center, double radius)
Parameters
System.Double
angle
|
RadPoint
center
|
System.Double
radius
|
Returns
RadPoint
|
GetPointDistance(Double, Double, Double, Double)
Declaration
public static double GetPointDistance(double x1, double x2, double y1, double y2)
Parameters
System.Double
x1
|
System.Double
x2
|
System.Double
y1
|
System.Double
y2
|
Returns
System.Double
|
GetPolarCoordinates(RadPoint, RadPoint)
Declaration
public static RadPolarCoordinates GetPolarCoordinates(RadPoint arcPoint, RadPoint center)
Parameters
RadPoint
arcPoint
|
RadPoint
center
|
Returns
RadPolarCoordinates
|
GetRotatedSize(RadSize, Double)
Declaration
public static RadSize GetRotatedSize(RadSize size, double radians)
Parameters
RadSize
size
|
System.Double
radians
|
Returns
RadSize
|
IsOne(Double)
Declaration
public static bool IsOne(double value)
Parameters
System.Double
value
|
Returns
System.Boolean
|
IsZero(Double)
Declaration
public static bool IsZero(double value)
Parameters
System.Double
value
|
Returns
System.Boolean
|