Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. 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
Report an issue | ||
<< %eps | Predefined variables | %i >> |