Click or drag to resize

DoubleExtensionsApproxEquals Method

[Missing <summary> documentation for "M:Casewhere.Common.DoubleExtensions.ApproxEquals(System.Double,System.Double,System.Double)"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool ApproxEquals(
	this double left,
	double right,
	double digitPrecision = 0.01
)

Parameters

left  Double
 
right  Double
 
digitPrecision  Double  (Optional)
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Common.DoubleExtensions.ApproxEquals(System.Double,System.Double,System.Double)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also