User's Manual

Chapter 3 Creating and Editing Screens
Subtract a value of $2 from $4 and store the value in $6 (this is a floating point
operation of signed 32-bit data).
FMUL (Floating Multiplication)
Equation
Var1 = FMUL (Var2, Var3)
Explanation
Perform the multiplication of Var2 and Var3, and store the multiplication result in
Var1.
Remark
This is the operation of signed 32-bit data.
The calculation result can be stored as signed DWORD. When the data exceeds
the length of designated unit, the data out of range will be discarded.
Var1 can be internal memory only. Var2 and Var3 can be internal memory or
constant.
Revision May, 2010 3-311