open fun divide(value: T): T (source)open fun divide(value: Long): T (source)
open fun divide(value: UInt384!): T (source)
Returns a value that is (this / value).
value - UInt384!: The amount to divide this value by.
ArithmeticException - value == 0.
Return
T: this / value