Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[5/7]
static unsafe
Vector64
<
short
>
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
short
value
)
inline
static
Definition at line
476
of file
Vector64.cs
.
477
{
478
short
* ptr = stackalloc
short
[4];
479
*ptr =
value
;
480
return
Unsafe
.AsRef<Vector64<short>>(ptr);
481
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0