Multiplies this value by a 32‐bit value in place.

Synopsis

Declared in <arith_uint256.h>

base_uint&
operator*=(uint32_t b32);

Return Value

A reference to this object.

Parameters

Name

Description

b32

The multiplier.

Created with MrDocs