10 references to ToZero
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
52case MidpointRounding.ToZero: 144case MidpointRounding.ToZero:
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
897DecCalc.InternalRound(ref AsMutable(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToZero);
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
2440if (mode <= MidpointRounding.ToZero) 2469if (mode == MidpointRounding.ToZero)
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1387case MidpointRounding.ToZero:
src\libraries\System.Private.CoreLib\src\System\MathF.cs (1)
414case MidpointRounding.ToZero:
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPoint.cs (1)
71static virtual TSelf Truncate(TSelf x) => TSelf.Round(x, digits: 0, MidpointRounding.ToZero);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (2)
1714case MidpointRounding.ToZero: 1760case MidpointRounding.ToZero: