UInt128.INumberBase<UInt128>.MultiplyAddEstimate Method

Definition

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

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

Parameters

left
UInt128

The value to be multiplied with right.

right
UInt128

The value to be multiplied with left.

addend
UInt128

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

Returns

An estimate of (left * right) + addend.

Implements

Applies to

Proizvod Verzije
.NET 9, 10