Array Variables Primitives
- 更新时间2025-12-15
- 阅读时长1分钟
Use the Array Variables primitives to create variables that are arrays of values of a certain data type.
| Palette object | Description |
|---|---|
| Boolean Array | An array of Boolean values. |
| Double Array | An array of double-precision, floating point numbers. |
| Imported Double Array | An array of double-precision, floating point numbers imported from a file. |
| Int32 Array | An array of 32-bit signed integers. |
| Int64 Array | An array of 64-bit signed integers. |
| UInt32 Array | An array of 32-bit unsigned integers. |
| UInt64 Array | An array of 64-bit unsigned integers. |