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

◆ operator Vector< sbyte >()

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

Definition at line 1232 of file Vector.cs.

1233 {
1234 ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1235 return Unsafe.As<Vector<T>, Vector<sbyte>>(ref value);
1236 }

References System.value.