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

◆ operator Vector< int >()

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

Definition at line 1262 of file Vector.cs.

1263 {
1264 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1265 return Unsafe.As<Vector<T>, Vector<int>>(ref value);
1266 }

References System.value.