|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| FloatingDecimal () | |
| FloatingDecimal (double dbl) | |
Static Public Member Functions | |
| static | operator double (FloatingDecimal dec) |
Properties | |
| int | Exponent [get, set] |
| int | Sign [get, set] |
| byte[] | Mantissa [get] |
| int | MantissaSize [get, set] |
| byte | this[int ib] [get] |
Private Member Functions | |
| double | AdjustDbl (double dbl) |
| void | InitFromDouble (double dbl) |
Private Attributes | |
| int | _exponent |
| int | _sign |
| int | _mantissaSize |
| readonly byte[] | _mantissa = new byte[50] |
Definition at line 1320 of file XPathConvert.cs.