Method ConvertToSingle
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ConvertToSingle(Vector<int>)
Convert to a vector whose elements are of type Single (转换为元素类型是Single的向量)..
Mnemonic: rt[i] := (Single)(value[i])
.
public static Vector<float> ConvertToSingle(Vector<int> value)
Parameters
Returns
- See Also
ConvertToSingle(Vector<uint>)
Convert to a vector whose elements are of type Single (转换为元素类型是Single的向量)..
Mnemonic: rt[i] := (Single)(value[i])
.
[CLSCompliant(false)]
public static Vector<float> ConvertToSingle(Vector<uint> value)
Parameters
Returns
- See Also