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

◆ ToScalar< T >()

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

Definition at line 551 of file Vector64.cs.

551 : struct
552 {
553 ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
554 return Unsafe.As<Vector64<T>, T>(ref vector);
555 }