<< powershell Outils Windows winopen >>

Scilab Help >> Outils Windows > win64

win64

Determine whether Windows x64 version of Scilab (Windows only)

Syntax

win64()

Description

tf =win64() returns boolean (%t) for Windows x64 of Scilab and boolean (%f) otherwise.

Example

if getos() == 'Windows' then
  if win64() then
    disp('Scilab built for Windows x64.');
  else
    disp('Scilab built for Windows 32 bits.');
  end
end

See also


Report an issue
<< powershell Outils Windows winopen >>