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

◆ operator Vector< nuint >()

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

Definition at line 1299 of file Vector.cs.

1300 {
1301 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1302 return Unsafe.As<Vector<T>, Vector<UIntPtr>>(ref value);
1303 }

References System.value.