Skip to content

Divide Function

Nilesh Ghodekar edited this page Mar 18, 2018 · 1 revision

Syntax

int Divide(first:int, second:int)

Description

Divides the first integer number by the second integer number and returns the integer quotient of the division.

Remarks

If any input parameter is null, it is treated as if it's zero.

Supported Version

2.18.318.0 and later

Examples

Divide(5,2) returns 2.

Clone this wiki locally