Vector.MaxNumber<T>(Vector<T>, Vector<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- left
- Vector<T>
- right
- Vector<T>