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


%t or %T

true (真)を表す論理値変数.

呼び出し手順

%t または %T

説明

%t または %Ttrueを返す論理値変数です.

条件が満たされる場合, 結果としてs trueを返します.

a = 4 < 5
b = 0 <> 1
c = %t | %f
d = (1:5) == 3

参照

Report an issue
<< %s Predefined variables %z >>

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 Mar 07 09:28:39 CET 2023