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

◆ RoundToZero() [1/2]

static Vector128< double > System.Runtime.Intrinsics.X86.Sse41.RoundToZero ( Vector128< double > value)
inlinestaticinherited

Definition at line 462 of file Sse41.cs.

463 {
464 return RoundToZero(value);
465 }
static Vector128< float > RoundToZero(Vector128< float > value)
Definition Sse41.cs:437

References System.Runtime.Intrinsics.X86.Sse41.RoundToZero(), and System.value.