Table of Contents

Method ConvertToUInt32

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ConvertToUInt32(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(Vector128<float> value)

Parameters

value Vector128<float>

The source vector (源向量).

Returns

Vector128<uint>

The converted vector (转换后的向量).

See Also