Table of Contents

Method ConvertToInt32

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ConvertToInt32(Vector512<float>)

Convert to a vector whose elements are of type Int32 (转换为元素类型是Int32的向量).. Mnemonic: rt[i] := (Int32)(value[i]).

public static Vector512<int> ConvertToInt32(Vector512<float> value)

Parameters

value Vector512<float>

The source vector (源向量).

Returns

Vector512<int>

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

See Also