UIntPtr.Min(UIntPtr, UIntPtr) Método

Definição

Compara dois valores para calcular qual é 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 comparar com y.

y
UIntPtr

unativeint

O valor a comparar com x.

Devoluções

UIntPtr

unativeint

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

Implementações

Observações

Para IFloatingPoint<TSelf> este método corresponde à função IEEE 754:2019 minimum . Isto exige que as entradas NaN sejam propagadas de volta para o chamador e que -0.0 sejam tratadas como inferiores a +0.0.

Aplica-se a