FloatEq - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// math3dhelper.h

bool FloatEq(
  float x,
  float y
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-math3dhelper-floateq)

FloatEq function

Description

This function tests equality with FLOAT_TOLERANCE = 0.00001. x will be considered equal to y, if the difference between the two numbers is less than FLOAT_TOLERANCE.

Parameters

x

x value.

y

y value.

Return value

This function returns bool.

Remarks

See also