Click or drag to resize
MathUtilsPow2 Method (Int32)
Returns the square of the specified number.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static int Pow2(
	int x
)

Parameters

x
Type: SystemInt32
Number to square.

Return Value

Type: Int32
Square of the specified number.
See Also