Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UInt64View
ulong []
System.Runtime.Intrinsics.Vector256DebugView
<
T
>.UInt64View
get
Definition at line
99
of file
Vector256DebugView.cs
.
100
{
101
get
102
{
103
ulong[]
array
=
new
ulong[4];
104
Unsafe
.WriteUnaligned(ref
Unsafe
.As<ulong,
byte
>(ref
array
[0]),
_value
);
105
return
array
;
106
}
107
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.array
@ array
System.Runtime.Intrinsics.Vector256DebugView._value
readonly Vector256< T > _value
Definition
Vector256DebugView.cs:7
System
Runtime
Intrinsics
Vector256DebugView
Generated by
1.10.0