Assert_AreFloatsNotEqual

Name

Assert_AreFloatsNotEqual — Checks if two floating point values are not equal, and fails if they are equal.

Function Assert_AreFloatsNotEqual (
     expected#,
     actual#,
     errorMessage$
)

Parameters

Table 6. Parameters

Name Type Description
expected float The expected floateger value.
actual float The actual floateger value.
errorMessage string Optional error message to output on failure.

See Also

Assert_AreFloatsEqual

Index

Click here here to view the latest version of this page online