Click or drag to resize

Utilities Methods

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