C# Class System.Numerics.BigNumber

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Methods

Méthode Description
FormatBigInteger ( System.Numerics.BigInteger value, string format, NumberFormatInfo info ) : string
FormatBigIntegerToHexString ( System.Numerics.BigInteger value, char format, int digits, NumberFormatInfo info ) : string
HexNumberToBigInteger ( System.Numerics.BigNumberBuffer &number, System.Numerics.BigInteger &value ) : bool
NumberToBigInteger ( System.Numerics.BigNumberBuffer &number, System.Numerics.BigInteger &value ) : bool
ParseBigInteger ( string value, NumberStyles style, NumberFormatInfo info ) : System.Numerics.BigInteger
ParseFormatSpecifier ( string format, int &digits ) : char
TryParseBigInteger ( string value, NumberStyles style, NumberFormatInfo info, System.Numerics.BigInteger &result ) : bool
TryValidateParseStyleInteger ( NumberStyles style, ArgumentException &e ) : bool