Char.INumberBase<Char>.MaxMagnitudeNumber(Char, Char) Method

Definition

Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN.

static char INumberBase<char>.MaxMagnitudeNumber (char x, char y);

Parameters

x
Char

The value to compare with y.

y
Char

The value to compare with x.

Returns

x if it is greater than y; otherwise, y.

Implements

Applies to

Product Versions
.NET 7, 8, 9