NFloat.GreaterThan(NFloat, NFloat) Betreiber

Definition

Vergleicht zwei Werte, um zu ermitteln, welcher größer ist.

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

Parameter

left
NFloat

Der mit zu vergleichende rightWert.

right
NFloat

Der mit zu vergleichende leftWert.

Gibt zurück

true, wenn left größer als right ist, andernfalls false.

Implementiert

Gilt für: