Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.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 > %t or %T

%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 Feb 25 08:53:18 CET 2020