Cast: Integer The Cast: Integer mapper converts a value into an integer (1, 2, 3, 10, 25, etc)Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
N/ASample data
| Input | Output |
|---|---|
| “10” | 10 |
| “250” | 250 |
| 10.55 | 10 |
| ”abc” | 0 |