MathHelperSquare Method (Double)

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

Parameters

value
Type: SystemDouble
The value to square.

Return Value

Type: Double
The squared value.
See Also

Reference