Click or drag to resize

ScriptExecutionBasePow(Double, Double) Method

Returns a specified number raised to the specified power.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Pow(
	double x,
	double y
)

Parameters

x  Double
A double-precision floating-point number to be raised to a power.
y  Double
A double-precision floating-point number that specifies a power.

Return Value

Double
The number x raised to the power y.
See Also