Vector128.MaxNative<T>(Vector128<T>, Vector128<T>) 方法

定义

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

参数

right
Vector128<T>

返回

适用于