ScriptExecutionBasePow(Double, Double) Method |
Returns a specified number raised to the specified power.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe number
x raised to the power
y.
See Also