C# Class Aspectacular.MathExtensions

Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Pow ( this x, byte power ) : long

Fast calculation of x power of n for integers.

Method Details

Pow() public static method

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