Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
As< T, U >()
static
Vector128
<
U
>
System.Runtime.Intrinsics.Vector128
<
T
>.As<
T
,
U
>
(
this
Vector128
<
T
>
vector
)
inline
static
Type Constraints
T
:
struct
U
:
struct
Definition at line
18
of file
Vector128.cs
.
18
:
struct
where U : struct
19
{
20
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
21
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<U>();
22
return
Unsafe
.As<Vector128<T>, Vector128<U>>(ref vector);
23
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0