IsNearlyEqual

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

IsNearlyEqual

(
    float A,
    float B,
    float ErrorTolerance
)

Checks if two floating point numbers are nearly equal.

Public function Static

bool

 

IsNearlyEqual

(
    double A,
    double B,
    double ErrorTolerance
)

Checks if two floating point numbers are nearly equal.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss