Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[7/7]
static unsafe
Vector64
< ushort >
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
ushort
value
)
inline
static
Definition at line
510
of file
Vector64.cs
.
511
{
512
ushort* ptr = stackalloc ushort[4];
513
*ptr =
value
;
514
return
Unsafe
.AsRef<Vector64<ushort>>(ptr);
515
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0