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

◆ RoundToNearestIntegerScalar() [3/4]

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

Definition at line 552 of file Sse41.cs.

553 {
554 return RoundToNearestIntegerScalar(upper, value);
555 }
static Vector128< double > RoundToNearestIntegerScalar(Vector128< double > value)
Definition Sse41.cs:477

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