Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetUpper< T >()
static
Vector64
<
T
>
System.Runtime.Intrinsics.Vector128
<
T
>.GetUpper<
T
>
(
this
Vector128
<
T
>
vector
)
inline
static
Type Constraints
T
:
struct
Definition at line
960
of file
Vector128.cs
.
960
:
struct
961
{
962
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
963
return
Unsafe
.Add(ref
Unsafe
.As<Vector128<T>, Vector64<T>>(ref vector), 1);
964
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0