UIntPtr.Min(UIntPtr, UIntPtr) Método

Definição

Compara dois valores com a computação que é menor.

public:
 static UIntPtr Min(UIntPtr x, UIntPtr y) = System::Numerics::INumber<UIntPtr>::Min;
public static UIntPtr Min (UIntPtr x, UIntPtr y);
static member Min : unativeint * unativeint -> unativeint
Public Shared Function Min (x As UIntPtr, y As UIntPtr) As UIntPtr

Parâmetros

x
UIntPtr

unativeint

O valor a ser comparado com y.

y
UIntPtr

unativeint

O valor a ser comparado com x.

Retornos

UIntPtr

unativeint

x se for menor que y; caso contrário, y.

Implementações

Comentários

Para IFloatingPoint<TSelf> esse método, corresponde à função IEEE 754:2019 minimum . Isso requer que as entradas NaN sejam propagadas de volta para o chamador e que -0.0 sejam tratadas como menores que +0.0.

Aplica-se a