Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[6/10]
static unsafe
Vector256
< sbyte >
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
sbyte
value
)
inline
static
Definition at line
852
of file
Vector256.cs
.
853
{
854
sbyte* ptr = stackalloc sbyte[32];
855
*ptr =
value
;
856
return
Unsafe
.AsRef<Vector256<sbyte>>(ptr);
857
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0