Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[3/10]
static unsafe
Vector256
< float >
System.Runtime.Intrinsics.Vector256
<
T
>.CreateScalarUnsafe
(
float
value
)
inline
static
Definition at line
860
of file
Vector256.cs
.
861
{
862
float
* ptr = stackalloc
float
[8];
863
*ptr =
value
;
864
return
Unsafe
.AsRef<Vector256<float>>(ptr);
865
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector256
Generated by
1.10.0