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