Decimal.INumberBase<Decimal>.MinMagnitudeNumber Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Compara dois valores com a computação que tem a magnitude menor e retorna o outro valor se uma entrada é NaN
.
static System::Decimal System.Numerics.INumberBase<System.Decimal>.MinMagnitudeNumber(System::Decimal x, System::Decimal y) = System::Numerics::INumberBase<System::Decimal>::MinMagnitudeNumber;
static decimal INumberBase<decimal>.MinMagnitudeNumber (decimal x, decimal y);
static member System.Numerics.INumberBase<System.Decimal>.MinMagnitudeNumber : decimal * decimal -> decimal
Shared Function MinMagnitudeNumber (x As Decimal, y As Decimal) As Decimal Implements INumberBase(Of Decimal).MinMagnitudeNumber
Parâmetros
- x
- Decimal
O valor a ser comparado com y
.
- y
- Decimal
O valor a ser comparado com x
.
Retornos
x
se for menor que y
; caso contrário, y
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.