Modulus

Top  Previous  Next

CIRCON~1_img387

Calculates the result of taking the modulus (remainder after division) of the two inputs. That is:
(Out = In1 mod In2)

 

Inputs



 

 

Slots

Type

Default

Description

 

In1

Numeric

Null

First input

 

In2

Numeric

Null

Second input

 

Outputs


 

Slots

Type

Description

 

Out

Numeric

The result of the calculation. If either of the inputs is Null, the result is Null. If In2 is equal to 0.0, the result is Null.

 

Mod0

Digital

Outputs True if In2 = 0.0, otherwise False.