NFloat.LessThan(NFloat, NFloat) Operatör

Tanım

Hangisinin daha az 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_LessThan;
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

truedeğerinden küçükseleft; değilse, false.right

Uygulamalar

Şunlara uygulanır