Numerics Class

Definition

The Numerics class contains common operations on numeric values.

public class Numerics
type Numerics = class
Inheritance
Numerics

Methods

AreEqual(Object, Object, Tolerance)

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(Object, Object)

Compare two numeric values, performing the usual numeric conversions.

IsFixedPointNumeric(Object)

Checks the type of the object, returning true if the object is a fixed point numeric type.

IsFloatingPointNumeric(Object)

Checks the type of the object, returning true if the object is a floating point numeric type.

IsNumericType(Object)

Checks the type of the object, returning true if the object is a numeric type.

Applies to