MathHelperSquare Method (Int64)

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 long Square(
	long value
)

Parameters

value
Type: SystemInt64
The value to square.

Return Value

Type: Int64
The value multiplied by itself.
See Also

Reference