UInt64.INumberBase<UInt64>.MultiplyAddEstimate Method

Definition

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

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

Parameters

left
UInt64

The value to be multiplied with right.

right
UInt64

The value to be multiplied with left.

addend
UInt64

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