NFloat.LessThanOrEqual(NFloat, NFloat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values to determine which is less or equal.
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
Parameters
- left
- NFloat
The value to compare with right
.
- right
- NFloat
The value to compare with left
.
Returns
true
if left
is less than or equal to right
; otherwise, false
.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.