Sse41.MinHorizontal(Vector128<UInt16>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
__m128i _mm_minpos_epu16 (__m128i a)
PHMINPOSUW xmm, xmm/m128
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> MinHorizontal(System::Runtime::Intrinsics::Vector128<System::UInt16> value);
public static System.Runtime.Intrinsics.Vector128<ushort> MinHorizontal (System.Runtime.Intrinsics.Vector128<ushort> value);
static member MinHorizontal : System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function MinHorizontal (value As Vector128(Of UShort)) As Vector128(Of UShort)
Parameters
Returns
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.