Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Int16View
short
[]
System.Runtime.Intrinsics.Vector64DebugView
<
T
>.Int16View
get
Definition at line
29
of file
Vector64DebugView.cs
.
30
{
31
get
32
{
33
short
[]
array
=
new
short
[4];
34
Unsafe
.WriteUnaligned(ref
Unsafe
.As<
short
,
byte
>(ref
array
[0]),
_value
);
35
return
array
;
36
}
37
}
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