User guide

WintDrive
fine
Description
It compares two floating-point data.
If a !=
b
it shows 1 in output port o, otherwise it shows 0.
Input ports
name type alternative type function
a
float Data a to be compared
b
float Data b to be compared
Will02
output ports
name
Qw
alternative type function
0
int
Result of the comparison: 1
->
a !=
b
0
->
otherwise
xv0103
Parameters
{No parameters
89