9 references to ToNegativeInfinity
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
56
case MidpointRounding.
ToNegativeInfinity
:
148
case MidpointRounding.
ToNegativeInfinity
:
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
473
DecCalc.InternalRound(ref AsMutable(ref d), (byte)(flags >> ScaleShift), MidpointRounding.
ToNegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
2487
else if (mode == MidpointRounding.
ToNegativeInfinity
)
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1390
case MidpointRounding.
ToNegativeInfinity
:
src\libraries\System.Private.CoreLib\src\System\MathF.cs (1)
417
case MidpointRounding.
ToNegativeInfinity
:
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPoint.cs (1)
42
static virtual TSelf Floor(TSelf x) => TSelf.Round(x, digits: 0, MidpointRounding.
ToNegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (2)
1720
case MidpointRounding.
ToNegativeInfinity
:
1766
case MidpointRounding.
ToNegativeInfinity
: