IsNearlyEqualByULP

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

IsNearlyEqualByULP

(
    float A,
    float B,
    int32 MaxUlps
)

Check if two floating point numbers are nearly equal to within specific number of units of last place (ULP).

Public function Static

bool

 

IsNearlyEqualByULP

(
    double A,
    double B,
    int32 MaxUlps
)

Check if two floating point numbers are nearly equal to within specific number of units of last place (ULP).

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