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