NUnit.Framework.Constraints.FloatingPointNumerics: Method Members

The methods of NUnit.Framework.Constraints.FloatingPointNumerics are listed below. For a list of all members, see the FloatingPointNumerics Members list.

See Also: Inherited members from System.Object

Public Methods

static
AreAlmostEqualUlps(double, double, long) : bool
Compares two double precision floating point values for equality
static
AreAlmostEqualUlps(float, float, int) : bool
Compares two floating point values for equality
static
ReinterpretAsDouble(long) : double
Reinterprets the memory contents of an integer value as a double precision floating point value
static
ReinterpretAsFloat(int) : float
Reinterprets the memory contents of an integer as a floating point value
static
ReinterpretAsInt(float) : int
Reinterprets the memory contents of a floating point value as an integer value
static
ReinterpretAsLong(double) : long
Reinterprets the memory contents of a double precision floating point value as an integer value