NFloat.MinNative(NFloat, NFloat) Método

Definição

Compara dois valores com a computação que é menor usando o comportamento específico da plataforma para NaN e NegativeZero.

public:
 static System::Runtime::InteropServices::NFloat MinNative(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::INumber<System::Runtime::InteropServices::NFloat>::MinNative;
public static System.Runtime.InteropServices.NFloat MinNative(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member MinNative : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MinNative (x As NFloat, y As NFloat) As NFloat

Parâmetros

x
NFloat

O valor a ser comparado com y.

y
NFloat

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a