Edit

Share via


Byte.INumberBase<Byte>.MinMagnitude(Byte, Byte) Method

Definition

Compares two values to compute which is lesser.

static byte INumberBase<byte>.MinMagnitude(byte x, byte y);

Parameters

x
Byte

The value to compare with y.

y
Byte

The value to compare with x.

Returns

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

Implements

Applies to