Scilab 5.5.1
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
int
parte inteira
Seqüência de Chamamento
[y]=int(X)
Parâmetros
- X
matriz de reais
- y
matriz de inteiros
Descrição
int(X)
retorna a parte inteira da matriz de reais
X
. É o mesmo que fix
.
Comments
Add a comment:
Please login to comment this page.