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