Scilab 5.5.1
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
%f or %F
false (偽)用の論理変数.
呼び出し手順
%f or %F
説明
%f
または %F
は
false
を返す論理値変数です.
条件が満たされない場合, 結果として
false
が返されます.
例
a = 4 > 5 b = 0 == 1 c = %t & %f d = 3 ~= 3
Comments
Add a comment:
Please login to comment this page.