Previous Topic

Next Topic

Book Contents

Book Index

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.

Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.