AreEqual(float, float, float)
Performs equality check with absolute error check.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Assertions.Comparers
- Assembly: UnityEngine.CoreModule
public static bool AreEqual(float expected, float actual, float error)
Parameters
Returns
Type | Description |
|---|---|
| bool | Result of the comparison. |