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

Provides methods to extend the built-in BigInteger class.
Show file Open project: EBrown8534/Framework

Public Methods

Method Description
ToUIntArray ( this b ) : uint[]

Converts the current BigInteger object to a uint array.

Method Details

ToUIntArray() public static method

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