Прочетете на английски Редактиране

Споделяне чрез


Single.IMultiplyOperators<Single,Single,Single>.Multiply Operator

Definition

Multiplies two values together to compute their product.

C#
static float IMultiplyOperators<float,float,float>.operator *(float left, float right);

Parameters

left
Single

The value that right multiplies.

right
Single

The value that multiplies left.

Returns

The product of left multiplied by right.

Implements

Applies to

Продукт Версии
.NET 7, 8, 9, 10