<< Prev        Next >>

\ Operator

Function

To calculate the quotient of 2 numeric values and return the result by integer type data.

Syntax

number1 \ number2

Guaranteed entry

number1
Designate integer type data.
number2
Designate integer type data. An error occurs when 0 is designated.

Return value

Return the quotient by integer type data.

Description

-

Attention

-

Example

-

<< Prev        Next >>