Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Scilab > Variables > Predefined variables > %f or %F

%f or %F

false (偽)用の論理変数.

呼び出し手順

%f or %F

説明

%f または %Ffalseを返す論理値変数です.

条件が満たされない場合, 結果として falseが返されます.

a = 4 > 5
b = 0 == 1
c = %t & %f
d = 3 ~= 3

参照

Report an issue
<< %eps Predefined variables %i >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:10:25 CET 2017