Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[9/10]
static unsafe
Vector128
< ulong >
System.Runtime.Intrinsics.Vector128
<
T
>.CreateScalarUnsafe
(
ulong
value
)
inline
static
Definition at line
905
of file
Vector128.cs
.
906
{
907
ulong* ptr = stackalloc ulong[2];
908
*ptr =
value
;
909
return
Unsafe
.AsRef<Vector128<ulong>>(ptr);
910
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0