Int64.INumberBase<Int64>.MinMagnitudeNumber(Int64, Int64) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Compara dois valores para calcular que tem a magnitude menor e devolve o outro valor se uma entrada for NaN.
static long System.Numerics.INumberBase<System.Int64>.MinMagnitudeNumber(long x, long y) = System::Numerics::INumberBase<long>::MinMagnitudeNumber;
static long INumberBase<long>.MinMagnitudeNumber(long x, long y);
static member System.Numerics.INumberBase<System.Int64>.MinMagnitudeNumber : int64 * int64 -> int64
Shared Function MinMagnitudeNumber (x As Long, y As Long) As Long Implements INumberBase(Of Long).MinMagnitudeNumber
Parâmetros
- x
- Int64
O valor a comparar com y.
- y
- Int64
O valor a comparar com x.
Devoluções
x se for menor que y; caso contrário, y.