C# Class Microsoft.Phone.Controls.NumericExtensions

Show file Open project: tgckpg/wenku10 Class Usage Examples

Public Methods

Method Description
AreClose ( double left, double right ) : bool
IsGreaterThan ( double left, double right ) : bool
IsLessThanOrClose ( double left, double right ) : bool
IsNaN ( this value ) : bool
IsZero ( this value ) : bool

Method Details

AreClose() public static method

public static AreClose ( double left, double right ) : bool
left double
right double
return bool

IsGreaterThan() public static method

public static IsGreaterThan ( double left, double right ) : bool
left double
right double
return bool

IsLessThanOrClose() public static method

public static IsLessThanOrClose ( double left, double right ) : bool
left double
right double
return bool

IsNaN() public static method

public static IsNaN ( this value ) : bool
value this
return bool

IsZero() public static method

public static IsZero ( this value ) : bool
value this
return bool