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

◆ AsVector128< T >()

static Vector128< T > System.Runtime.Intrinsics.Vector128< T >.AsVector128< T > ( this Vector< T > value)
inlinestatic
Type Constraints
T :struct 

Definition at line 106 of file Vector128.cs.

106 : struct
107 {
108 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
109 return Unsafe.As<Vector<T>, Vector128<T>>(ref value);
110 }

References System.value.