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
public static bool EqualWithinTolerance(
double a,
double b
)
Parameters
- a
- Type: SystemDouble
First number. - b
- Type: SystemDouble
Second number.
Return Value
Type:
BooleanSee Also