Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[10/10]
static unsafe
Vector256
< ushort >
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
ushort
value
)
inline
static
Definition at line
869
of file
Vector256.cs
.
870
{
871
ushort* ptr = stackalloc ushort[16];
872
*ptr =
value
;
873
return
Unsafe
.AsRef<Vector256<ushort>>(ptr);
874
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0