Int64.INumber<Int64>.MinNumber(Int64, Int64) Metodo

Definizione

Confronta due valori con il calcolo minore e restituendo l'altro valore se un input è NaN.

 static long System.Numerics.INumber<System.Int64>.MinNumber(long x, long y) = System::Numerics::INumber<long>::MinNumber;
static long INumber<long>.MinNumber (long x, long y);
static member System.Numerics.INumber<System.Int64>.MinNumber : int64 * int64 -> int64
 Shared Function MinNumber (x As Long, y As Long) As Long Implements INumber(Of Long).MinNumber

Parametri

x
Int64

Valore da confrontare con y.

y
Int64

Valore da confrontare con x.

Restituisce

x se è minore di y; in caso contrario, y.

Implementazioni

Si applica a