Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[3/10]
static unsafe
Vector128
< float >
System.Runtime.Intrinsics.Vector128
<
T
>.CreateScalarUnsafe
(
float
value
)
inline
static
Definition at line
878
of file
Vector128.cs
.
879
{
880
float
* ptr = stackalloc
float
[4];
881
*ptr =
value
;
882
return
Unsafe
.AsRef<Vector128<float>>(ptr);
883
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0