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

◆ operator Vector< byte >()

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

Definition at line 1224 of file Vector.cs.

1225 {
1226 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1227 return Unsafe.As<Vector<T>, Vector<byte>>(ref value);
1228 }

References System.value.