Byte.INumberBase<Byte>.MultiplyAddEstimate(Byte, Byte, Byte) Method

Definition

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

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

Parameters

left
Byte

The value to be multiplied with right.

right
Byte

The value to be multiplied with left.

addend
Byte

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

Returns

An estimate of (left * right) + addend.

Implements

Applies to

Produkt Verzie
.NET 9, 10