Pow Data Member Function

Calculates the result of the value 'base' raised to the power of 'exponent'.

Prototype

static double Pow( double base, double exponent )

Parameters

Parameter Type Parameter Name Documentation
doublebaseThe base value to use when calculating the result.
doubleexponentThe exponent value to use when calculating the result.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.