NFloat.MinMagnitude(NFloat, NFloat) Método

Definición

Compara dos valores con el proceso, que es menor.

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

Parámetros

x
NFloat

Valor que se va a comparar con y.

y
NFloat

Valor que se va a comparar con x.

Devoluciones

x es si es menor que y; de lo contrario, yes .

Implementaciones

Comentarios

Para IFloatingPointIeee754<TSelf>, este método coincide con la función IEEE 754:2019 minimumMagnitude . Esto requiere que las entradas NaN no se propaguen al autor de la llamada y -0.0 que se traten como inferiores +0.0a .

Se aplica a