Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateScalarUnsafe()
[2/7]
static unsafe
Vector64
< float >
System.Runtime.Intrinsics.Vector64
<
T
>.CreateScalarUnsafe
(
float
value
)
inline
static
Definition at line
501
of file
Vector64.cs
.
502
{
503
float
* ptr = stackalloc
float
[2];
504
*ptr =
value
;
505
return
Unsafe
.AsRef<Vector64<float>>(ptr);
506
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector64
Generated by
1.10.0