UInt16.INumberBase<UInt16>.MinMagnitudeNumber(UInt16, UInt16) 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 for NaN
.
static System::UInt16 System.Numerics.INumberBase<System.UInt16>.MinMagnitudeNumber(System::UInt16 x, System::UInt16 y) = System::Numerics::INumberBase<System::UInt16>::MinMagnitudeNumber;
static ushort INumberBase<ushort>.MinMagnitudeNumber (ushort x, ushort y);
static member System.Numerics.INumberBase<System.UInt16>.MinMagnitudeNumber : uint16 * uint16 -> uint16
Shared Function MinMagnitudeNumber (x As UShort, y As UShort) As UShort Implements INumberBase(Of UShort).MinMagnitudeNumber
Parâmetros
- x
- UInt16
O valor a ser comparado com y
.
- y
- UInt16
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.