MathHelperGetNumberLength Method

RAGE Plugin Hook Documentation

[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

public static int GetNumberLength(
	long number
)

Parameters

number
Type: SystemInt64
The number to get the length of.

Return Value

Type: Int32
The number of digits in the specified number.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the specified value is too small.
See Also

Reference