NFloat.LessThan(NFloat, NFloat) Operator

Definition

Vergleicht zwei Werte, um zu bestimmen, welche werte kleiner sind.

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, mit rightdem verglichen werden soll.

right
NFloat

Der wert, mit leftdem verglichen werden soll.

Gibt zurück

truewenn left kleiner als right; andernfalls . false

Implementiert

Gilt für: