NFloat.LessThan(NFloat, NFloat) Betreiber

Definition

Vergleicht zwei Werte, um zu bestimmen, welcher kleiner 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_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

Parameter

left
NFloat

Der Wert, der mit verglichen werden rightsoll.

right
NFloat

Der Wert, der mit verglichen werden leftsoll.

Gibt zurück

true, wenn left kleiner als right ist, andernfalls false.

Implementiert

Gilt für: