UIntPtr.IDivisionOperators<UIntPtr,UIntPtr,UIntPtr>.Division Operator

Definition

Divides one value by another to compute their quotient.

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

Parameters

left
UIntPtr

The value that right divides.

right
UIntPtr

The value that divides left.

Returns

UIntPtr

The quotient of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9