Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DoubleView
double []
System.Runtime.Intrinsics.Vector64DebugView
<
T
>.DoubleView
get
Definition at line
19
of file
Vector64DebugView.cs
.
20
{
21
get
22
{
23
double
[]
array
=
new
double
[1];
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.Vector64DebugView._value
readonly Vector64< T > _value
Definition
Vector64DebugView.cs:7
System
Runtime
Intrinsics
Vector64DebugView
Generated by
1.10.0