Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DoubleUlong.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
namespace
System.Numerics
;
4
5
[StructLayout(
LayoutKind
.Explicit)]
6
internal
struct
DoubleUlong
7
{
8
[FieldOffset(0)]
9
public
double
dbl
;
10
11
[FieldOffset(0)]
12
public
ulong
uu
;
13
}
System.Numerics
Definition
BitOperations.cs:7
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Numerics.DoubleUlong.uu
ulong uu
Definition
DoubleUlong.cs:12
System.Numerics.DoubleUlong.dbl
double dbl
Definition
DoubleUlong.cs:9
System.Numerics.DoubleUlong
Definition
DoubleUlong.cs:7
source
System.Runtime.Numerics
System.Numerics
DoubleUlong.cs
Generated by
1.10.0