Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[4/7]
static unsafe
Vector64
< sbyte >
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
sbyte
value
)
inline
static
Definition at line
493
of file
Vector64.cs
.
494
{
495
sbyte* ptr = stackalloc sbyte[8];
496
*ptr =
value
;
497
return
Unsafe
.AsRef<Vector64<sbyte>>(ptr);
498
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0