Assert_AreFloatsEqual

Name

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

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

Parameters

Table 5. 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_AreFloatsNotEqual

Index

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