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

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


UInt128.Division(UInt128, UInt128) Operator

Definition

Divides two values together to compute their quotient.

C#
public static UInt128 operator /(UInt128 left, UInt128 right);

Parameters

left
UInt128

The value which right divides.

right
UInt128

The value which divides left.

Returns

The quotient of left divided-by right.

Implements

Applies to

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