Прочитај на енглеском Уреди

Делите путем


Single.IAdditionOperators<Single,Single,Single>.Addition Operator

Definition

Adds two values together to compute their sum.

C#
static float IAdditionOperators<float,float,float>.operator +(float left, float right);

Parameters

left
Single

The value to which right is added.

right
Single

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to

Производ Верзије
.NET 7, 8, 9, 10