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

◆ operator Vector< short >()

static System.Numerics.Vector< T >.operator Vector< short > ( Vector< T > value)
inlineexplicitstatic

Definition at line 1247 of file Vector.cs.

1248 {
1249 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1250 return Unsafe.As<Vector<T>, Vector<short>>(ref value);
1251 }

References System.value.