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

◆ AsVector< T >()

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

Definition at line 98 of file Vector256.cs.

98 : struct
99 {
100 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
101 return Unsafe.As<Vector256<T>, Vector<T>>(ref value);
102 }

References System.value.