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

◆ Negate< T >()

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

Definition at line 378 of file Vector.cs.

378 : struct
379 {
380 return -value;
381 }

References System.value.