Previous Topic

Next Topic

Book Contents

Pow

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

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

 

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

Send Feedback