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

◆ ToScalar< T >()

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

Definition at line 983 of file Vector128.cs.

983 : struct
984 {
985 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
986 return Unsafe.As<Vector128<T>, T>(ref vector);
987 }