MathHelperSquare Method (Int32)

RAGE Plugin Hook Documentation

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

Gets the specified value multiplied by itself.

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

public static int Square(
	int value
)

Parameters

value
Type: SystemInt32
The value to square.

Return Value

Type: Int32
The squared value.
See Also

Reference