Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[10/10]
static unsafe
Vector128
< ushort >
System.Runtime.Intrinsics.Vector128
<
T
>.CreateScalarUnsafe
(
ushort
value
)
inline
static
Definition at line
887
of file
Vector128.cs
.
888
{
889
ushort* ptr = stackalloc ushort[8];
890
*ptr =
value
;
891
return
Unsafe
.AsRef<Vector128<ushort>>(ptr);
892
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0