| Utilities Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FinMath
 Syntax
Syntaxpublic static class Utilities
The Utilities type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Epsilon | 
            Computes the distance from 1.0 to the next largest double-precision number.
             | 
|   | Epsilon(Double) | 
            Computes the positive distance from Math.Abs(x) to the next larger in magnitude floating
            point number of the same precision as x.
             | 
|   | IsAbnormal | 
            Returns a value indicating whether the specified number evaluates to negative
            or positive infinity or is not a number (System.Double.NaN).
             | 
 See Also
See Also