PackedSimd.AverageRounded 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.
Overloads
| Name | Description |
|---|---|
| AverageRounded(Vector128<Byte>, Vector128<Byte>) | |
| AverageRounded(Vector128<UInt16>, Vector128<UInt16>) |
AverageRounded(Vector128<Byte>, Vector128<Byte>)
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> AverageRounded(System::Runtime::Intrinsics::Vector128<System::Byte> left, System::Runtime::Intrinsics::Vector128<System::Byte> right);
public static System.Runtime.Intrinsics.Vector128<byte> AverageRounded(System.Runtime.Intrinsics.Vector128<byte> left, System.Runtime.Intrinsics.Vector128<byte> right);
static member AverageRounded : System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function AverageRounded (left As Vector128(Of Byte), right As Vector128(Of Byte)) As Vector128(Of Byte)
Parameters
Returns
Applies to
AverageRounded(Vector128<UInt16>, Vector128<UInt16>)
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> AverageRounded(System::Runtime::Intrinsics::Vector128<System::UInt16> left, System::Runtime::Intrinsics::Vector128<System::UInt16> right);
public static System.Runtime.Intrinsics.Vector128<ushort> AverageRounded(System.Runtime.Intrinsics.Vector128<ushort> left, System.Runtime.Intrinsics.Vector128<ushort> right);
static member AverageRounded : System.Runtime.Intrinsics.Vector128<uint16> * System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function AverageRounded (left As Vector128(Of UShort), right As Vector128(Of UShort)) As Vector128(Of UShort)