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)
inlinestatic
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 }