Udostępnij za pośrednictwem


Vector.MinNative<T>(Vector<T>, Vector<T>) Metoda

Definicja

public:
generic <typename T>
 static System::Numerics::Vector<T> MinNative(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static System.Numerics.Vector<T> MinNative<T> (System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member MinNative : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function MinNative(Of T) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)

Parametry typu

T

Parametry

left
Vector<T>
right
Vector<T>

Zwraca

Dotyczy