NFloat.LessThan(NFloat, NFloat) Operatore

Definizione

Confronta due valori per determinare quale è minore.

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

Parametri

left
NFloat

Valore da confrontare con right.

right
NFloat

Valore da confrontare con left.

Restituisce

true se left è minore di right; in caso contrario, false.

Implementazioni

Si applica a