public static bool AreEqualRelative (float expected, float actual, float error);

파라미터

expectedExpected value.
actualActual value.
errorComparison error.

반환

bool Result of the comparison.

설명

Performs equality check with relative error check.