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

参数

expected期望值。
actual实际值。
error比较错误。

返回

bool 比较结果。

描述

使用相对错误检查执行相等性检查。