Vector.ConvertToInt32(Vector<Single>) 方法
本文内容
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 Vector<Single>
转换为 Vector<Int32>
。
public:
static System::Numerics::Vector<int> ConvertToInt32(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<int> ConvertToInt32(System.Numerics.Vector<float> value);
static member ConvertToInt32 : System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
Public Shared Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
转换后的向量。
适用于
产品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |