6.7 Less Than or Equal 小于或等于 - Logic 邏輯


Check if a value is less than or equal to another.
檢查一個值是否小于或等于其它的值。

Each value is compared to the next one in order, and results are combined in one output. For example, 1 <= 1 <= 3 is true, while 3 <= 3 <= 1 is false.

每個值按順序與下一個值進行比較,結果合并在一個輸出中。
例:1 <= 1 <= 3 為真,而 3 <= 3 <= 1為假。

Right-click to add more values to compare, or change the type (ex: number, index, boolean).

輸入口

Input 輸入
The base value.
基礎值。

Input 輸入
The value to compare to the base.
和基礎值做比較的值。

輸出口

Output 輸出
A boolean that is true if the base value is less than or equal to the subsequent values.
如果基礎值小于或等于后續值,則布爾值為真。


相關模塊

And Equals 等于 Equals Exactly 完全等于 Greater Than 大于 Greater Than or Equal 大于或等于 Less Than 小于 Not 翻轉 Or 或


最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容