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

◆ operator~()

static Vector< T > System.Numerics.Vector< T >.operator~ ( Vector< T > value)
inlinestatic

Definition at line 1197 of file Vector.cs.

1198 {
1199 return AllBitsSet ^ value;
1200 }
static Vector< T > AllBitsSet
Definition Vector.cs:894

References System.Numerics.Vector< T >.AllBitsSet, and System.value.