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

◆ RoundToNearestIntegerScalar() [1/4]

static Vector128< double > System.Runtime.Intrinsics.X86.Sse41.RoundToNearestIntegerScalar ( Vector128< double > upper,
Vector128< double > value )
inlinestaticinherited

Definition at line 502 of file Sse41.cs.

503 {
504 return RoundToNearestIntegerScalar(upper, value);
505 }
static Vector128< double > RoundToNearestIntegerScalar(Vector128< double > value)
Definition Sse41.cs:477

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