MathHelperFaculty Method

RAGE Plugin Hook Documentation

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

Gets the faculty of the specified number.

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

public static int Faculty(
	int number
)

Parameters

number
Type: SystemInt32
The number.

Return Value

Type: Int32
The faculty of the specified number.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the specified number is negative.
See Also

Reference