NFloat.LessThanOrEqual(NFloat, NFloat) Betreiber

Definition

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

right
NFloat

Der mit zu vergleichende leftWert.

Gibt zurück

true, wenn left kleiner oder gleich right ist, andernfalls false.

Implementiert

Gilt für: