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

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


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

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Divides two values together to compute their modulus or remainder.

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

Parameters

left
Byte

The value that right divides.

right
Byte

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

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