method:pow ( base, exp );return type:intspecial:staticcontent:ใช้หาค่ายกกำลังexample:int number = pow ( 2, 4 );