Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Monday, August 10, 2015
Pow C# Example
C#
>
System
>
Math class
> Pow
Pow
number raise a number to the specified power.
Example:
double
pow =
Math.Pow
(2, 8)
;
// 256
Newer Post
Older Post
Home