div

abstract operator fun div(other: Int): Dp

Dp 值除以一个整数。

Return

返回一个新的 Dp 对象,其值为相除结果。

Parameters

other

用作除数的整数。