Int¶
An integer.
Parent type: Float
Examples:
Stub code in coreClasses.sdsstub
toFloat¶
Convert this integer to a floating-point number.
Results:
| Name | Type | Description |
|---|---|---|
float |
Float |
- |
Examples:
Stub code in coreClasses.sdsstub
toInt¶
Convert this floating-point number to an integer by truncating the fractional part.
Results:
| Name | Type | Description |
|---|---|---|
int |
Int |
- |
Examples: