Numerics
The Numerics class contains common operations on numeric values.
            
                
Test two numeric values for equality, performing the usual numeric
            conversions and using a provided or default tolerance. If the tolerance
            provided is Empty, this method may set it to a default tolerance.
            
Compare two numeric values, performing the usual numeric conversions.
            
Checks the type of the object, returning true if
            the object is a fixed point numeric type.
            
Checks the type of the object, returning true if
            the object is a floating point numeric type.
            
Checks the type of the object, returning true if
            the object is a numeric type.