UInt32.IDivisionOperators<UInt32,UInt32,UInt32>.Division Operator

Definition

Divides one value by another to compute their quotient.

C#
static uint IDivisionOperators<uint,uint,uint>.operator /(uint left, uint right);

Parameters

left
UInt32

The value that right divides.

right
UInt32

The value that divides left.

Returns

The quotient of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9