Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Math Syntax
Dim result As Double = Math.Pow(x, y)
Description
The Pow function returns the base x raised to the power (exponent) y. Usage at a Glance
Version Differences
The Pow function did not exist in VB 6. See Also
Exp Function |
Категории