SByte.INumber<SByte>.MaxNumber(SByte, SByte) 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 qual é maior e devolve o outro valor se uma entrada for NaN.
static System::SByte System.Numerics.INumber<System.SByte>.MaxNumber(System::SByte x, System::SByte y) = System::Numerics::INumber<System::SByte>::MaxNumber;
static sbyte INumber<sbyte>.MaxNumber(sbyte x, sbyte y);
static member System.Numerics.INumber<System.SByte>.MaxNumber : sbyte * sbyte -> sbyte
Shared Function MaxNumber (x As SByte, y As SByte) As SByte Implements INumber(Of SByte).MaxNumber
Parâmetros
- x
- SByte
O valor a comparar com y.
- y
- SByte
O valor a comparar com x.
Devoluções
x se for maior que y; caso contrário, y.