Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[5/10]
static unsafe
Vector256
< long >
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
long
value
)
inline
static
Definition at line
843
of file
Vector256.cs
.
844
{
845
long
* ptr = stackalloc
long
[4];
846
*ptr =
value
;
847
return
Unsafe
.AsRef<Vector256<long>>(ptr);
848
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0