NFloat.MaxNative(NFloat, NFloat) Metodo

Definizione

Confronta due valori con il calcolo, maggiore è l'uso del comportamento specifico della piattaforma per NaN e NegativeZero.

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

Parametri

x
NFloat

Valore da confrontare con y.

y
NFloat

Valore da confrontare con x.

Valori restituiti

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a