Method ConvertToUInt32_MappingFix
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
ConvertToUInt32_MappingFix(Vector128<float>)
Convert to a vector whose elements are of type UInt32 (转换为元素类型是UInt32的向量)..
Mnemonic: rt[i] := (UInt32)(value[i])
.
[CLSCompliant(false)]
public static Vector128<uint> ConvertToUInt32_MappingFix(Vector128<float> value)
Parameters
Returns
Remarks
Input range is [-pow(2,31), pow(2,32))
. Out of range results in 0
.
- See Also