Dibaca dalam bahasa Inggeris Edit

Kongsi melalui


Single.MultiplyAddEstimate(Single, Single, Single) Method

Definition

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

C#
public static float MultiplyAddEstimate(float left, float right, float addend);

Parameters

left
Single

The value to be multiplied with right.

right
Single

The value to be multiplied with left.

addend
Single

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

Returns

An estimate of (left * right) + addend.

Implements

Applies to

Produk Versi
.NET 9, 10