FloatingPointNumerics public class FloatingPointNumerics Documentation Code public static bool AreAlmostEqualUlps(float left, float right, int maxUlps) public static bool AreAlmostEqualUlps(double left, double right, long maxUlps) public static double ReinterpretAsDouble(long value) public static float ReinterpretAsFloat(int value) public static int ReinterpretAsInt(float value) public static long ReinterpretAsLong(double value)