Click or drag to resize

LmiMathEqualWithinTolerance Method (Double, Double)

Returns true if the two numbers are equal within a tolerance of 1.0E-7.

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax
Public Shared Function EqualWithinTolerance ( 
	a As Double,
	b As Double
) As Boolean

Parameters

a
Type: SystemDouble
First number.
b
Type: SystemDouble
Second number.

Return Value

Type: Boolean
See Also