Char.IDivisionOperators<Char,Char,Char>.Division(Char, Char) Operator

Definition

Divides one value by another to compute their quotient.

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

Parameters

left
Char

The value that right divides.

right
Char

The value that divides left.

Returns

The quotient of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10