User guide

WintDrive
Sign
Sign
Description
The ouput is the sign of the input:
+l
if
In
is greater then 0, -1 if In is less than 0, or 0 if
In
is equal to 0.
C-style description
if(lIl<O)
out=-1;
else if (In
>
0)
Out=l;
else
ouko;
Input logical variables
None
Output logical variables
None
Input ports
uame
Iu
type
float
executed description
always
Input whose sign is to be calculated [x]
wo242
Output ports
name
out
type description
float
Calculated sign: -1,0 or
+l
v/D243
187