NFloat.LessThanOrEqual(NFloat, NFloat) Operator

Definition

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

Parameter

left
NFloat

Der wert, mit rightdem verglichen werden soll.

right
NFloat

Der wert, mit leftdem verglichen werden soll.

Gibt zurück

true ist left kleiner oder gleich right; andernfalls false.

Implementiert

Gilt für: