Vector128.MaxNative<T>(Vector128<T>, Vector128<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> MaxNative(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static System.Runtime.Intrinsics.Vector128<T> MaxNative<T> (System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right);
static member MaxNative : System.Runtime.Intrinsics.Vector128<'T> * System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<'T>
Public Function MaxNative(Of T) (left As Vector128(Of T), right As Vector128(Of T)) As Vector128(Of T)
类型参数
- T
参数
- left
- Vector128<T>
- right
- Vector128<T>