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

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


SByte.IModulusOperators<SByte,SByte,SByte>.Modulus(SByte, SByte) Operator

Definition

Divides two values together to compute their modulus or remainder.

C#
static sbyte IModulusOperators<sbyte,sbyte,sbyte>.operator %(sbyte left, sbyte right);

Parameters

left
SByte

The value that right divides.

right
SByte

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

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