Int32.INumberBase<Int32>.MinMagnitudeNumber(Int32, Int32) 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 int System.Numerics.INumberBase<System.Int32>.MinMagnitudeNumber(int x, int y) = System::Numerics::INumberBase<int>::MinMagnitudeNumber;
static int INumberBase<int>.MinMagnitudeNumber(int x, int y);
static member System.Numerics.INumberBase<System.Int32>.MinMagnitudeNumber : int * int -> int
Shared Function MinMagnitudeNumber (x As Integer, y As Integer) As Integer Implements INumberBase(Of Integer).MinMagnitudeNumber
Parâmetros
- x
- Int32
O valor a comparar com y.
- y
- Int32
O valor a comparar com x.
Devoluções
x se for menor que y; caso contrário, y.