4 references to ConvertToInteger
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
448int element = float.ConvertToInteger<int>(value.GetElementUnsafe(i)); 557uint element = float.ConvertToInteger<uint>(value.GetElementUnsafe(i));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
423int value = float.ConvertToInteger<int>(vector.GetElementUnsafe(i)); 533uint value = float.ConvertToInteger<uint>(vector.GetElementUnsafe(i));