Pow

Characteristic Description

Returns

Specified number raised to the specified power.

Return type

Double (for Central Designer float types).

Syntax

Math.Pow(a, b)

Parameters

  • Parametera
  • Definition—The number to be raised to a power.
  • Data type—Any numeric data type.

  • Parameterb
  • Definition—The number that specifies a power.
  • Data type—Any numeric data type.