Click or drag to resize

DoubleUtil Class

Provides functions to compare double-precision numbers (with approximately 15 decimal digits) as if they were single-precision (approximately 6 decimal digits).
Inheritance Hierarchy
SystemObject
  Autodesk.iLogic.InterfacesDoubleUtil

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public NotInheritable Class DoubleUtil

The DoubleUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDoublesAreDifferent
Tests to see if two numbers are not equal within approximately 6 decimal digits.
Public methodStatic memberDoublesAreEqual
Tests to see if two numbers are equal within approximately 6 decimal digits.
Top
Remarks
This is used by the DoubleForEquals type.
See Also