这是indexloc提供的服务,不要输入任何密码
Skip to content

Lib.numbers.int.process.FloatToInt

Thomas Mann edited this page May 28, 2025 · 2 revisions

FloatToInt

in Lib.numbers.int.process


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).


Outputs

Name Type
Integer System.Int32

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally