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

◆ operator Vector< ulong >()

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

Definition at line 1270 of file Vector.cs.

1271 {
1272 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1273 return Unsafe.As<Vector<T>, Vector<ulong>>(ref value);
1274 }

References System.value.