Vector.ConvertToInt32(Vector<Single>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Konwertuje element Vector<Single> na .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)
Parametry
Zwraca
Przekonwertowany wektor.