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: 6.0.0.0 (6.0.6225.27214)
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