Click or drag to resize

DoubleUtilDoublesAreDifferent Method

Tests to see if two numbers are not equal within approximately 6 decimal digits.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Shared Function DoublesAreDifferent ( 
	ra As Double,
	rb As Double
) As Boolean

Parameters

ra
Type: SystemDouble
First number.
rb
Type: SystemDouble
Second number.

Return Value

Type: Boolean
False if the numbers are equal (or nearly equal).
See Also