Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NumericType
enum
System.Text.Json.NumericType
package
Enumerator
Byte
SByte
Int16
Int32
Int64
UInt16
UInt32
UInt64
Single
Double
Decimal
Definition at line
3
of file
NumericType.cs
.
4
{
5
Byte
,
6
SByte
,
7
Int16
,
8
Int32
,
9
Int64
,
10
UInt16
,
11
UInt32
,
12
UInt64
,
13
Single
,
14
Double
,
15
Decimal
16
}
System.Byte
Definition
Byte.cs:12
System.Decimal
Definition
Decimal.cs:18
System.Double
Definition
Double.cs:12
System.Int16
Definition
Int16.cs:12
System.Int32
Definition
Int32.cs:12
System.Int64
Definition
Int64.cs:12
System.SByte
Definition
SByte.cs:13
System.Single
Definition
Single.cs:12
System.UInt16
Definition
UInt16.cs:13
System.UInt32
Definition
UInt32.cs:13
System.UInt64
Definition
UInt64.cs:13
System
Text
Json
Generated by
1.10.0