Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SByteView
sbyte []
System.Runtime.Intrinsics.Vector64DebugView
<
T
>.SByteView
get
Definition at line
59
of file
Vector64DebugView.cs
.
60
{
61
get
62
{
63
sbyte[]
array
=
new
sbyte[8];
64
Unsafe
.WriteUnaligned(ref
Unsafe
.As<sbyte,
byte
>(ref
array
[0]),
_value
);
65
return
array
;
66
}
67
}
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