MathHelperAreDigitsIdentical Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets whether all digits in the specified number are identical.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static bool AreDigitsIdentical(
	long number
)

Parameters

number
Type: SystemInt64
The number to check.

Return Value

Type: Boolean
If all digits in the specified number are identical, returns true; otherwise, false.
See Also

Reference