Click or drag to resize

NMathFunctionsPow(Single, Single) Method

Calculates the result of raising a floating point number to a floating point power.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Pow(
	float f,
	float n
)

Parameters

f  Single
A floating point number.
n  Single
An exponent.

Return Value

Single
The result of raising f to the n power.
See Also