Click or drag to resize
MathUtilsPow Method (Single, Single)
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 float Pow(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
Number to raise.
y
Type: SystemSingle
Power to raise to.

Return Value

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