matrint(X)
Rounds values in a matrix to integers. (Available as of version 13.29)
Function type
Vector only
Syntax
matrint(X)
Input
Argument | Type | Description |
---|---|---|
X |
matrix model | A column name The column specified by this parameter must contain matrix models generated by the 1010data Matrix Functions. |
Return Value
Returns a matrix containing matrix X
rounded to integer. For example, if
matrix X
is (1.2 3.4;6.7 8.9), the resulting matrix will be (1 3.0;7
9.0)
If X
is N/A, the result is N/A.
This function operates element-wise.