C# Class Evbpc.Framework.Utilities.Extensions.BigIntegerExtensions

Provides methods to extend the built-in BigInteger class.
Afficher le fichier Open project: EBrown8534/Framework

Méthodes publiques

Méthode Description
ToUIntArray ( this b ) : uint[]

Converts the current BigInteger object to a uint array.

Method Details

ToUIntArray() public static méthode

Converts the current BigInteger object to a uint array.
public static ToUIntArray ( this b ) : uint[]
b this The current object.
Résultat uint[]