Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SingleView
float []
System.Runtime.Intrinsics.Vector128DebugView
<
T
>.SingleView
get
Definition at line
69
of file
Vector128DebugView.cs
.
70
{
71
get
72
{
73
float
[]
array
=
new
float
[4];
74
Unsafe
.WriteUnaligned(ref
Unsafe
.As<
float
,
byte
>(ref
array
[0]),
_value
);
75
return
array
;
76
}
77
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.array
@ array
System.Runtime.Intrinsics.Vector128DebugView._value
readonly Vector128< T > _value
Definition
Vector128DebugView.cs:7
System
Runtime
Intrinsics
Vector128DebugView
Generated by
1.10.0