6 references to Round
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1815
destination = T.
Round
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
184
public static T Invoke(T x) => T.
Round
(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
681
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1326
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
994
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
676
/// <inheritdoc cref="IFloatingPoint{TSelf}.
Round
(TSelf)" />