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