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 > Scilab keywords > less

less

(<) より小さいの比較

greater

(>) より大きいの比較

説明

論理値比較記号

<>

"異なる"を意味する (~=と同じ)

<

"より小さい"を意味する

>

means "より大きい"を意味する

<=

より小さいか等しいを意味する.

>=

より大きいか等しいを意味する

(1:5)==3
(1:5)<=4
(1:5)<=[1 4 2 3 0]
1<[]

参照

  • if — 条件付き実行
  • comparison — 比較, 関係演算子
  • equal — (=) 代入 , 比較, 等号

履歴

VersionDescription
6.0
  • ~ (not) priority is now higher than <, <=, > and >=one. For instance, ~3<1 is parsed as (~3)<1 instead of ~(3<1) and now yields an error instead of %T.
  • A>[], A>=[], A<[], A<=[], []>A, []>=A, []<A, and []<=A now return [] instead of an error.
  • Report an issue
    << hat Scilab keywords minus >>

    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:17 CET 2020