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

◆ operator Vector< ushort >()

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

Definition at line 1240 of file Vector.cs.

1241 {
1242 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1243 return Unsafe.As<Vector<T>, Vector<ushort>>(ref value);
1244 }

References System.value.