Click or drag to resize

Utilities Class

Contains several useful utility routines.
Inheritance Hierarchy
SystemObject
  FinMathUtilities

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class Utilities

The Utilities type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEpsilon
Computes the distance from 1.0 to the next largest double-precision number.
Public methodStatic memberEpsilon(Double)
Computes the positive distance from Math.Abs(x) to the next larger in magnitude floating point number of the same precision as x.
Public methodStatic memberIsAbnormal
Returns a value indicating whether the specified number evaluates to negative or positive infinity or is not a number (System.Double.NaN).
Top
See Also