how to raise a number to a power in c# code example
Example: how does Pow work C#
//It does to the power of
Pow(2,3)
//this would do 2 to the power of 3
//It does to the power of
Pow(2,3)
//this would do 2 to the power of 3