Edit

Share via


Sve.DotProductBySelectedScalar Method

Definition

Overloads

DotProductBySelectedScalar(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte)
DotProductBySelectedScalar(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte)
DotProductBySelectedScalar(Vector<UInt32>, Vector<Byte>, Vector<Byte>, Byte)
DotProductBySelectedScalar(Vector<UInt64>, Vector<UInt16>, Vector<UInt16>, Byte)

DotProductBySelectedScalar(Vector<Int32>, Vector<SByte>, Vector<SByte>, Byte)

public:
 static System::Numerics::Vector<int> DotProductBySelectedScalar(System::Numerics::Vector<int> addend, System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right, System::Byte rightIndex);
public static System.Numerics.Vector<int> DotProductBySelectedScalar (System.Numerics.Vector<int> addend, System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<int> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<int>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of Integer), left As Vector(Of SByte), right As Vector(Of SByte), rightIndex As Byte) As Vector(Of Integer)

Parameters

addend
Vector<Int32>
left
Vector<SByte>
right
Vector<SByte>
rightIndex
Byte

Returns

Applies to

DotProductBySelectedScalar(Vector<Int64>, Vector<Int16>, Vector<Int16>, Byte)

public:
 static System::Numerics::Vector<long> DotProductBySelectedScalar(System::Numerics::Vector<long> addend, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right, System::Byte rightIndex);
public static System.Numerics.Vector<long> DotProductBySelectedScalar (System.Numerics.Vector<long> addend, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<int64> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<int64>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of Long), left As Vector(Of Short), right As Vector(Of Short), rightIndex As Byte) As Vector(Of Long)

Parameters

addend
Vector<Int64>
left
Vector<Int16>
right
Vector<Int16>
rightIndex
Byte

Returns

Applies to

DotProductBySelectedScalar(Vector<UInt32>, Vector<Byte>, Vector<Byte>, Byte)

public:
 static System::Numerics::Vector<System::UInt32> DotProductBySelectedScalar(System::Numerics::Vector<System::UInt32> addend, System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right, System::Byte rightIndex);
public static System.Numerics.Vector<uint> DotProductBySelectedScalar (System.Numerics.Vector<uint> addend, System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<uint32> * System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * byte -> System.Numerics.Vector<uint32>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of UInteger), left As Vector(Of Byte), right As Vector(Of Byte), rightIndex As Byte) As Vector(Of UInteger)

Parameters

addend
Vector<UInt32>
left
Vector<Byte>
right
Vector<Byte>
rightIndex
Byte

Returns

Applies to

DotProductBySelectedScalar(Vector<UInt64>, Vector<UInt16>, Vector<UInt16>, Byte)

public:
 static System::Numerics::Vector<System::UInt64> DotProductBySelectedScalar(System::Numerics::Vector<System::UInt64> addend, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right, System::Byte rightIndex);
public static System.Numerics.Vector<ulong> DotProductBySelectedScalar (System.Numerics.Vector<ulong> addend, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right, byte rightIndex);
static member DotProductBySelectedScalar : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * byte -> System.Numerics.Vector<uint64>
Public Shared Function DotProductBySelectedScalar (addend As Vector(Of ULong), left As Vector(Of UShort), right As Vector(Of UShort), rightIndex As Byte) As Vector(Of ULong)

Parameters

addend
Vector<UInt64>
left
Vector<UInt16>
right
Vector<UInt16>
rightIndex
Byte

Returns

Applies to