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