Class DoubleUtil
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public static class DoubleUtil
Methods
AreClose(PointF, PointF)
Declaration
public static bool AreClose(PointF point1, PointF point2)
Parameters
System.Drawing.PointF
point1
|
System.Drawing.PointF
point2
|
Returns
System.Boolean
|
AreClose(RectangleF, RectangleF)
Declaration
public static bool AreClose(RectangleF rect1, RectangleF rect2)
Parameters
System.Drawing.RectangleF
rect1
|
System.Drawing.RectangleF
rect2
|
Returns
System.Boolean
|
AreClose(SizeF, SizeF)
Declaration
public static bool AreClose(SizeF size1, SizeF size2)
Parameters
System.Drawing.SizeF
size1
|
System.Drawing.SizeF
size2
|
Returns
System.Boolean
|
AreClose(Single, Single)
Declaration
public static bool AreClose(float value1, float value2)
Parameters
System.Single
value1
|
System.Single
value2
|
Returns
System.Boolean
|
DoubleToInt(Single)
Declaration
public static int DoubleToInt(float val)
Parameters
System.Single
val
|
Returns
System.Int32
|
GreaterThan(Single, Single)
Declaration
public static bool GreaterThan(float value1, float value2)
Parameters
System.Single
value1
|
System.Single
value2
|
Returns
System.Boolean
|
GreaterThanOrClose(Single, Single)
Declaration
public static bool GreaterThanOrClose(float value1, float value2)
Parameters
System.Single
value1
|
System.Single
value2
|
Returns
System.Boolean
|
IsBetweenZeroAndOne(Single)
Declaration
public static bool IsBetweenZeroAndOne(float val)
Parameters
System.Single
val
|
Returns
System.Boolean
|
IsLessThan(Double, Double)
Declaration
public static bool IsLessThan(double value1, double value2)
Parameters
System.Double
value1
|
System.Double
value2
|
Returns
System.Boolean
|
IsNaN(Single)
Declaration
public static bool IsNaN(float value)
Parameters
System.Single
value
|
Returns
System.Boolean
|
IsOne(Single)
Declaration
public static bool IsOne(float value)
Parameters
System.Single
value
|
Returns
System.Boolean
|
IsZero(Single)
Declaration
public static bool IsZero(float value)
Parameters
System.Single
value
|
Returns
System.Boolean
|
LessThan(Double, Double)
Declaration
public static bool LessThan(double value1, double value2)
Parameters
System.Double
value1
|
System.Double
value2
|
Returns
System.Boolean
|
LessThan(Single, Single)
Declaration
public static bool LessThan(float value1, float value2)
Parameters
System.Single
value1
|
System.Single
value2
|
Returns
System.Boolean
|
LessThanOrClose(Single, Single)
Declaration
public static bool LessThanOrClose(float value1, float value2)
Parameters
System.Single
value1
|
System.Single
value2
|
Returns
System.Boolean
|