Multiplication assignment operators
Synopses
Declared in <arith_uint256.h>
Multiplies this value by a 32‐bit value in place.
base_uint&
operator*=(uint32_t b32);
Multiplies this value by another big integer in place.
base_uint&
operator*=(base_uint const& b);
Return Value
A reference to this object.
Parameters
Name |
Description |
b32 |
The multiplier. |
b |
The multiplier. |
Created with MrDocs