IntPtr.INumberBase<IntPtr>.MultiplyAddEstimate Method

Definition

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

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

Parameters

left
IntPtr

The value to be multiplied with right.

right
IntPtr

The value to be multiplied with left.

addend
IntPtr

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

Returns

IntPtr

An estimate of (left * right) + addend.

Implements

Applies to

Product Versions
.NET 9, 10