operator / abstract method

Uint256Base operator /(
  1. covariant Uint256Base other
)

Divides this Uint256 by other.

  • other: The Uint256 to divide by.

Returns a new Uint256 representing the result of the division.

Implementation

Uint256Base operator /(covariant Uint256Base other);