Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[7/10]
static unsafe
Vector256
<
short
>
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
short
value
)
inline
static
Definition at line
827
of file
Vector256.cs
.
828
{
829
short
* ptr = stackalloc
short
[16];
830
*ptr =
value
;
831
return
Unsafe
.AsRef<Vector256<short>>(ptr);
832
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0