C# Class Aspectacular.MathExtensions

Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Pow ( this x, byte power ) : long

Fast calculation of x power of n for integers.

Method Details

Pow() public static méthode

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