Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NativeDecimal.cs
Go to the documentation of this file.
1
namespace
System.StubHelpers
;
2
3
internal
struct
NativeDecimal
4
{
5
private
ushort
reserved
;
6
7
private
ushort
signScale
;
8
9
private
uint
hi32
;
10
11
private
ulong
lo64
;
12
}
System.StubHelpers
Definition
AnsiBSTRMarshaler.cs:3
System.StubHelpers.NativeDecimal.hi32
uint hi32
Definition
NativeDecimal.cs:9
System.StubHelpers.NativeDecimal.reserved
ushort reserved
Definition
NativeDecimal.cs:5
System.StubHelpers.NativeDecimal.signScale
ushort signScale
Definition
NativeDecimal.cs:7
System.StubHelpers.NativeDecimal.lo64
ulong lo64
Definition
NativeDecimal.cs:11
System.StubHelpers.NativeDecimal
Definition
NativeDecimal.cs:4
source
System.Private.CoreLib
System.StubHelpers
NativeDecimal.cs
Generated by
1.10.0