Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[4/10]
static unsafe
Vector128
< int >
System.Runtime.Intrinsics.Vector128
<
T
>.CreateScalarUnsafe
(
int
value
)
inline
static
Definition at line
853
of file
Vector128.cs
.
854
{
855
int
* ptr = stackalloc
int
[4];
856
*ptr =
value
;
857
return
Unsafe
.AsRef<Vector128<int>>(ptr);
858
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0