Vector.MaxNumber<T>(Vector<T>, Vector<T>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Öğe başına iki vektörle daha büyük olan hesaplamayı ve öğe ise diğer değeri döndürmeyi karşılaştırır NaN.
public:
generic <typename T>
static System::Numerics::Vector<T> MaxNumber(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static System.Numerics.Vector<T> MaxNumber<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member MaxNumber : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function MaxNumber(Of T) (left As Vector(Of T), right As Vector(Of T)) As Vector(Of T)
Tür Parametreleri
- T
Vektördeki öğelerin türü.
Parametreler
- left
- Vector<T>
ile rightkarşılaştıracak vektör.
- right
- Vector<T>
ile leftkarşılaştıracak vektör.
Döndürülenler
öğesinden leftbüyükse ilgili öğenin geldiği right bir vektör; değilse, right.