div

open operator fun T.div(arg: T): T

Division of two elements.

Receiver

the dividend.

Return

the quotient.

Parameters

arg

the divisor.

Sources

Link copied to clipboard