UInt128.INumber<UInt128>.MinNumber(UInt128, UInt128) 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 é menor e retorna o outro valor se uma entrada é NaN
.
static UInt128 System.Numerics.INumber<System.UInt128>.MinNumber(UInt128 x, UInt128 y) = System::Numerics::INumber<UInt128>::MinNumber;
static UInt128 INumber<UInt128>.MinNumber (UInt128 x, UInt128 y);
static member System.Numerics.INumber<System.UInt128>.MinNumber : UInt128 * UInt128 -> UInt128
Shared Function MinNumber (x As UInt128, y As UInt128) As UInt128 Implements INumber(Of UInt128).MinNumber
Parâmetros
- x
- UInt128
O valor a ser comparado com y
.
- y
- UInt128
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.