NFloat.LessThanOrEqual(NFloat, NFloat) Opérateur

Définition

Compare deux valeurs pour déterminer laquelle est inférieure ou égale.

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

Paramètres

left
NFloat

Valeur à comparer à right.

right
NFloat

Valeur à comparer à left.

Retours

true si left est inférieur ou égal à right ; sinon, false.

Implémente

S’applique à