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

◆ operator Vector< long >()

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

Definition at line 1277 of file Vector.cs.

1278 {
1279 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1280 return Unsafe.As<Vector<T>, Vector<long>>(ref value);
1281 }

References System.value.