The OpenD Programming Language

BigInt.opOpAssign

Performs this %= rhs and this /= rhs operations.

Parameters

rhs BigInt!rhsSize64

value to divide by

Return Value

Type: ref

remainder or quotient from the truncated division

Meta