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

◆ AsVectorByte< T >()

static Vector< byte > System.Numerics.Vector< T >.AsVectorByte< T > ( Vector< T > value)
inlinestatic
Type Constraints
T :struct 

Definition at line 415 of file Vector.cs.

415 : struct
416 {
417 return (Vector<byte>)value;
418 }

References System.value.