Click or drag to resize

MathUtils Class

Math utility methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsMathUtils

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class MathUtils

The MathUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEqual
Indicates if two double values are equal within a specific maximum difference range.
Public methodStatic memberIsEqualRelative
Indicates if two double values are equal within a relative difference range.
Top
See Also