open fun divide(value: T): T (source)
Overrides UInt32Value.divide
open fun divide(value: Int): T (source)
Overrides UInt32Value.divide
open fun divide(value: UInt32): T (source)
Returns a value that is (this / value).
value - The amount to divide this value by.
ArithmeticException - value == 0.
Return
this / value