-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.int.process.FloatToInt
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Converts a float value to an integer. This can be useful for using values for indices or random seeds. Note: positive values will be floored (0.9 becomes 0), negative values get ceiled (-0.9 becomes 0).
| Name | Type |
|---|---|
| Integer | System.Int32 |
⚠ Everything else is automatically generated and will be overwritten regularly.