10 references to Round
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1867destination = T.Round(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
144public static T Invoke(T x) => T.Round(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
679/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1360/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
979/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
830/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
841/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
834/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
993/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
672/// <inheritdoc cref="IFloatingPoint{TSelf}.Round(TSelf)" />