Modulo

Modulo


Operator Menu Location: Math Functions


Operator Bitmap:


Functional Description:
The output of the Modulo operator is the remainder of integer division of input by :


where y is the output. The operator first rounds the float inputs
and
to their nearest integer values, then performs the modulo calculation. If
, then the remainder output is defined to be
.


Design Pad will issue an error on processing if an input pin is not connected.


User-Defined Properties:
Object Name. A string label that identifies the operator


Comments: None.


See Also: Division