Click or drag to resize

NMathFunctionsPow(Single, Int32) Method

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

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

Parameters

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

Return Value

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