NFloat.GreaterThan(NFloat, NFloat) Operatore

Definizione

Confronta due valori per determinare quale è maggiore.

public:
 static bool operator >(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IComparisonOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>::op_GreaterThan;
public static bool operator > (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( > ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> bool
Public Shared Operator > (left As NFloat, right As NFloat) As Boolean

Parametri

left
NFloat

Valore da confrontare con right.

right
NFloat

Valore da confrontare con left.

Restituisce

true se left è maggiore di right; in caso contrario, false.

Implementazioni

Si applica a