Vector.MinNative<T>(Vector<T>, Vector<T>) 메서드

정의

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)

형식 매개 변수

T

매개 변수

left
Vector<T>
right
Vector<T>

반환

적용 대상