UInt32.INumberBase<UInt32>.MultiplyAddEstimate Method

Definition

Computes an estimate of (left * right) + addend.

C#
static uint INumberBase<uint>.MultiplyAddEstimate(uint left, uint right, uint addend);

Parameters

left
UInt32

The value to be multiplied with right.

right
UInt32

The value to be multiplied with left.

addend
UInt32

The value to be added to the result of left multiplied by right.

Returns

An estimate of (left * right) + addend.

Implements

Applies to

Product Versions
.NET 9