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

Definition

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

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

Parameters

left
Char

The value to be multiplied with right.

right
Char

The value to be multiplied with left.

addend
Char

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, 10