Workshop.codes
Create

Modulo Last updated November 26, 2024

Description

The remainder of the left-hand operand divided by the right-hand operand. Any number modulo zero results in zero.

Snippet

Modulo(0, 0);

Properties

Returns: Float
Parameters: Value, Value

Value
Type: Float, Default: Number
The left-hand operand. May be any value that results in a number.

Value
Type: Float, Default: Number
The right-hand operand. May be any value that results in a number.

Workshop.codes