Click or drag to resize

NMathFunctionsPow(Double, Int32) Method

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

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

Parameters

d  Double
A double-precision floating point number.
n  Int32
An exponent.

Return Value

Double
The result of raising d to the n power.
See Also