Op Englesch liesen Editéieren

Deelen iwwer


Int128.INumberBase<Int128>.MultiplyAddEstimate Method

Definition

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

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

Parameters

left
Int128

The value to be multiplied with right.

right
Int128

The value to be multiplied with left.

addend
Int128

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

Returns

An estimate of (left * right) + addend.

Implements

Applies to

Produkt Versiounen
.NET 9, 10