Computes nX raised to the power of nY. This function does not recognize integral, floating-point values greater than 2 to the 64th power, such as 1.0E100.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalNumber Power(
	SalNumber nPower
)

Parameters

nPower
Type: PPJ.Runtime..::..SalNumber
The exponent.

Return Value

nNumPower

See Also