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

◆ ToScalar< T >()

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

Definition at line 987 of file Vector256.cs.

987 : struct
988 {
989 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
990 return Unsafe.As<Vector256<T>, T>(ref vector);
991 }