src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2682=> Narrow<double, float>(low, high);
2689=> Narrow<short, sbyte>(low, high);
2695=> Narrow<int, short>(low, high);
2701=> Narrow<long, int>(low, high);
2708=> Narrow<ushort, byte>(low, high);
2715=> Narrow<uint, ushort>(low, high);
2722=> Narrow<ulong, uint>(low, high);