NFloat.MaxNative(NFloat, NFloat) Metod

Definition

Jämför två värden med beräkning som är större med plattformsspecifikt beteende för NaN och 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

Parametrar

x
NFloat

Värdet som ska jämföras med y.

y
NFloat

Värdet som ska jämföras med x.

Returer

xom den är större än y; annars . y

Implementeringar

Gäller för