Click or drag to resize
MathUtilsPow Method (Int32, UInt32)
Returns the specified number raised to the passed power.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static int Pow(
	int x,
	uint pow
)

Parameters

x
Type: SystemInt32
Number to raise.
pow
Type: SystemUInt32
Power to raise to.

Return Value

Type: Int32
Specified number raised to the passed power.
See Also