Scilab Website | Contribute with GitLab | Scilab Community | ATOMS toolboxes
Scilab Online Help
2026.1.0 - 日本語


winarm64

Determine whether Windows ARM64 version of Scilab (Windows only)

Syntax

winarm64()

Description

tf = winarm64() returns %T for Windows ARM64 version of Scilab and %F otherwise.

Example

if getos() == 'Windows' then
  if winarm64() then
    disp('Scilab built for Windows ARM64.');
  else
    disp('Scilab built for other Windows version.');
  end
end

See also

  • getos — オペレーティングシステムの名前とバージョンを返す

History

バージョン記述
2026.1.0 Function added.
Report an issue
<< win64 Windows tools winopen >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
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 May 19 14:05:54 CEST 2026