C# 클래스 Evbpc.Framework.Utilities.Extensions.BigIntegerExtensions

Provides methods to extend the built-in BigInteger class.
파일 보기 프로젝트 열기: EBrown8534/Framework

공개 메소드들

메소드 설명
ToUIntArray ( this b ) : uint[]

Converts the current BigInteger object to a uint array.

메소드 상세

ToUIntArray() 공개 정적인 메소드

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