اقرأ باللغة الإنجليزية تحرير

مشاركة عبر


Int128.Modulus(Int128, Int128) 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#
public static Int128 operator %(Int128 left, Int128 right);

Parameters

left
Int128

The value which right divides.

right
Int128

The value which divides left.

Returns

The modulus or remainder of left divided-by right.

Implements

Applies to

منتج الإصدارات
.NET 7, 8, 9, 10