On an element-wise basis, casts the input value to a signed 16-bit integer.
Usage | Returns |
---|---|
Array.int16() | Array |
Argument | Type | Details |
---|---|---|
this: input | Array | The input array. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!