Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DoubleView
double []
System.Runtime.Intrinsics.Vector128DebugView
<
T
>.DoubleView
get
Definition at line
19
of file
Vector128DebugView.cs
.
20
{
21
get
22
{
23
double
[]
array
=
new
double
[2];
24
Unsafe
.WriteUnaligned(ref
Unsafe
.As<
double
,
byte
>(ref
array
[0]),
_value
);
25
return
array
;
26
}
27
}
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