Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UInt32View
uint []
System.Runtime.Intrinsics.Vector64DebugView
<
T
>.UInt32View
get
Definition at line
89
of file
Vector64DebugView.cs
.
90
{
91
get
92
{
93
uint[]
array
=
new
uint[2];
94
Unsafe
.WriteUnaligned(ref
Unsafe
.As<uint,
byte
>(ref
array
[0]),
_value
);
95
return
array
;
96
}
97
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.array
@ array
System.Runtime.Intrinsics.Vector64DebugView._value
readonly Vector64< T > _value
Definition
Vector64DebugView.cs:7
System
Runtime
Intrinsics
Vector64DebugView
Generated by
1.10.0