operator * abstract method

Uint256Base operator *(
  1. covariant Uint256Base other
)

Multiplies this Uint256 by other.

  • other: The Uint256 to multiply with.

Returns a new Uint256 representing the result of the multiplication.

Implementation

Uint256Base operator *(covariant Uint256Base other);