6 references to Round
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
235
public static T Invoke(T x) => T.
Round
(x, MidpointRounding.AwayFromZero);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
690
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf, MidpointRounding)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1328
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf, MidpointRounding)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
985
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf, MidpointRounding)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1000
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf, MidpointRounding)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
685
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf, MidpointRounding)" />