Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetLower< T >()
static
Vector64
<
T
>
System.Runtime.Intrinsics.Vector128
<
T
>.GetLower<
T
>
(
this
Vector128
<
T
>
vector
)
inline
static
Type Constraints
T
:
struct
Definition at line
937
of file
Vector128.cs
.
937
:
struct
938
{
939
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
940
return
Unsafe
.As<Vector128<T>, Vector64<T>>(ref vector);
941
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0