Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetLower< T >()

static Vector128< T > System.Runtime.Intrinsics.Vector256< T >.GetLower< T > ( this Vector256< T > vector)
inlinestatic
Type Constraints
T :struct 

Definition at line 919 of file Vector256.cs.

919 : struct
920 {
921 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
922 return Unsafe.As<Vector256<T>, Vector128<T>>(ref vector);
923 }