Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[6/10]
static unsafe
Vector128
< sbyte >
System.Runtime.Intrinsics.Vector128
<
T
>.CreateScalarUnsafe
(
sbyte
value
)
inline
static
Definition at line
870
of file
Vector128.cs
.
871
{
872
sbyte* ptr = stackalloc sbyte[16];
873
*ptr =
value
;
874
return
Unsafe
.AsRef<Vector128<sbyte>>(ptr);
875
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0