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