[This is preliminary documentation and is subject to change.]
Gets the length of the specified number.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- number
- Type: SystemInt64
The number to get the length of.
Return Value
Type: Int32The number of digits in the specified number.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the specified value is too small. |
See Also