Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[4/10]
static unsafe
Vector256
< int >
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
int
value
)
inline
static
Definition at line
835
of file
Vector256.cs
.
836
{
837
int
* ptr = stackalloc
int
[8];
838
*ptr =
value
;
839
return
Unsafe
.AsRef<Vector256<int>>(ptr);
840
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0