Click or drag to resize

NMathFunctionsPow(Double, Double) Method

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

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

Parameters

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

Return Value

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