Method AreApproximatelyEqual
AreApproximatelyEqual(Single, Single)
Declaration
[Conditional("UNITY_ASSERTIONS")]
public static void AreApproximatelyEqual(float expected, float actual)
Parameters
AreApproximatelyEqual(Single, Single, String)
Declaration
[Conditional("UNITY_ASSERTIONS")]
public static void AreApproximatelyEqual(float expected, float actual, string message)
Parameters
AreApproximatelyEqual(Single, Single, Single)
Declaration
[Conditional("UNITY_ASSERTIONS")]
public static void AreApproximatelyEqual(float expected, float actual, float tolerance)
Parameters