PackedSimd.AverageRounded Method

Definition

Overloads

AverageRounded(Vector128<Byte>, Vector128<Byte>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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

left
Vector128<Byte>
right
Vector128<Byte>

Returns

Applies to

AverageRounded(Vector128<UInt16>, Vector128<UInt16>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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)

Parameters

right
Vector128<UInt16>

Returns

Applies to