Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[3/7]
static unsafe
Vector64
< int >
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
int
value
)
inline
static
Definition at line
484
of file
Vector64.cs
.
485
{
486
int
* ptr = stackalloc
int
[2];
487
*ptr =
value
;
488
return
Unsafe
.AsRef<Vector64<int>>(ptr);
489
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0