2 references to Round
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
215return Vector256.Round(x.AsDouble()).As<double, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2975/// <inheritdoc cref="Vector256.Round(Vector256{double})" />