C# 클래스 Aspectacular.MathExtensions

파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
Pow ( this x, byte power ) : long

Fast calculation of x power of n for integers.

메소드 상세

Pow() 공개 정적인 메소드

Fast calculation of x power of n for integers.
public static Pow ( this x, byte power ) : long
x this
power byte
리턴 long