Relational operator
Specify the operation for comparing two inputs or determining the signal type of one input.
==
TRUE if the first input is equal to the second input
~=
TRUE if the first input is not equal to the second input
<
TRUE if the first input is less than the second input
<=
TRUE if the first input is less than or equal to the second input
>=
TRUE if the first input is greater than or equal to the second input
>
TRUE if the first input is greater than the second input
isInf
TRUE if the input is
InfisNaN
TRUE if the input is
NaNisFinite
TRUE if the input is finite
No comments:
Post a Comment