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
Type: SystemDouble

[Missing <param name="left"/> documentation for "M:Casewhere.Common.DoubleExtensions.ApproxEquals(System.Double,System.Double,System.Double)"]

right
Type: SystemDouble

[Missing <param name="right"/> documentation for "M:Casewhere.Common.DoubleExtensions.ApproxEquals(System.Double,System.Double,System.Double)"]

digitPrecision (Optional)
Type: SystemDouble

[Missing <param name="digitPrecision"/> documentation for "M:Casewhere.Common.DoubleExtensions.ApproxEquals(System.Double,System.Double,System.Double)"]

Return Value

Type: 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