NFloat.GreaterThanOrEqual(NFloat, NFloat) Operatör

Tanım

Hangisinin daha büyük veya eşit olduğunu belirlemek için iki değeri karşılaştırır.

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_GreaterThanOrEqual;
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

Parametreler

left
NFloat

ile rightkarşılaştıracak değer.

right
NFloat

ile leftkarşılaştıracak değer.

Döndürülenler

true değerinden büyük veya buna eşitse leftright; değilse , false.

Uygulamalar

Şunlara uygulanır