NFloat.LessThanOrEqual(NFloat, NFloat) Operatör

Tanım

Hangisinin daha az 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_LessThanOrEqual;
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 küçük veya buna eşitse leftright; değilse, false.

Uygulamalar

Şunlara uygulanır