Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToScalar< T >()
static
T
System.Runtime.Intrinsics.Vector128
<
T
>.ToScalar<
T
>
(
this
Vector128
<
T
>
vector
)
inline
static
Type Constraints
T
:
struct
Definition at line
983
of file
Vector128.cs
.
983
:
struct
984
{
985
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
986
return
Unsafe
.As<Vector128<T>, T>(ref vector);
987
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0