Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | BigInteger |
struct | BigNumber |
class | FloatingDecimal |
Static Public Member Functions | |
static uint | DblHi (double dbl) |
static uint | DblLo (double dbl) |
static bool | IsSpecial (double dbl) |
static uint | NotZero (uint u) |
static uint | AddU (ref uint u1, uint u2) |
static uint | MulU (uint u1, uint u2, out uint uHi) |
static int | CbitZeroLeft (uint u) |
static bool | IsInteger (double dbl, out int value) |
static unsafe string | DoubleToString (double dbl) |
static unsafe double | StringToDouble (string s) |
Static Public Attributes | |
static readonly double[] | C10toN |
Static Private Member Functions | |
static bool | IsAsciiDigit (char ch) |
static bool | IsWhitespace (char ch) |
static unsafe char * | SkipWhitespace (char *pch) |
Definition at line 6 of file XPathConvert.cs.