Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - English

Scilab-Branch-5.3-GIT
Change language to:
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 help >> Integers > inttype

inttype

type integers used in integer data types

Calling Sequence

[i]=inttype(x)

Arguments

x

an matrix of integers (see int8,..)

i

integer

Description

inttype(x) returns an integer which is the type of the entries of x as following :

1 : one byte integer representation

2 : two bytes integer representation

4 : four bytes integer representation

11 : one byte unsigned integer representation

12 : two bytes unsigned integer representation

14 : four bytes unsigned integer representation

Examples

x=uint16(1:10);
inttype(x)

See Also

  • int8 — conversion to one byte integer representation
<< int8 Integers Strings >>

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:
Thu May 12 11:44:27 CEST 2011