Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[1/7]
static unsafe
Vector64
< byte >
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
byte
value
)
inline
static
Definition at line
468
of file
Vector64.cs
.
469
{
470
byte
* ptr = stackalloc
byte
[8];
471
*ptr =
value
;
472
return
Unsafe
.AsRef<Vector64<byte>>(ptr);
473
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0