how does Pow work C#

C#
//It does to the power of

Pow(2,3)
 //this would do 2 to the power of 3
Source

Also in C#: