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