C# Class Microsoft.Silverlight.Testing.Controls.GridSplitter.DoubleUtil

A collection of helper methods for working with double data types.
Show file Open project: garyjohnson/wpnest

Public Methods

Method Description
AreClose ( double value1, double value2 ) : bool

Determine if the two doubles are effectively equal within tolerances.

Method Details

AreClose() public static method

Determine if the two doubles are effectively equal within tolerances.
public static AreClose ( double value1, double value2 ) : bool
value1 double Inherited code: Requires comment.
value2 double Inherited code: Requires comment 1.
return bool