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