Vector.ConvertToInt32Native(Vector<Single>) Methode

Definitie

Converteert een Vector<T> naar een Vector<T> gebruik van platformspecifiek gedrag op overloop.

public:
 static System::Numerics::Vector<int> ConvertToInt32Native(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<int> ConvertToInt32Native(System.Numerics.Vector<float> value);
static member ConvertToInt32Native : System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Function ConvertToInt32Native (value As Vector(Of Single)) As Vector(Of Integer)

Parameters

value
Vector<Single>

De vector die moet worden geconverteerd.

Retouren

De geconverteerde vector.

Van toepassing op