Open Dev Kit Documentation :: General :: Math :: Is Integer
Root.Math.IsInteger( Value String ) BooleanReturns true if the string value can be converted to am integer number
Parameters
- Value String
Return Value
Lua Usage
local boolean = math:IsInteger(value)
If you think anything is missing, please feel free to: submit documentation feedback on this page
