Vector.ConvertToInt32(Vector<Single>) Metoda

Definice

Převede na 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 Shared Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
Public Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)

Parametry

value
Vector<Single>

Zdrojový vektor.

Návraty

Převedený vektor.

Platí pro