NFloat.LessThan(NFloat, NFloat) Opérateur

Définition

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

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

Paramètres

left
NFloat

Valeur à comparer avec right.

right
NFloat

Valeur à comparer avec left.

Retours

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

Implémente

S’applique à