Sve.TrigonometricSelectCoefficient 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
TrigonometricSelectCoefficient(Vector<Double>, Vector<UInt64>) |
svfloat64_t svtssel[_f64](svfloat64_t op1, svuint64_t op2) FTSSEL Zresult.D, Zop1.D, Zop2.D |
TrigonometricSelectCoefficient(Vector<Single>, Vector<UInt32>) |
svfloat32_t svtssel[_f32](svfloat32_t op1, svuint32_t op2) FTSSEL Zresult.S, Zop1.S, Zop2.S |
TrigonometricSelectCoefficient(Vector<Double>, Vector<UInt64>)
svfloat64_t svtssel[_f64](svfloat64_t op1, svuint64_t op2)
FTSSEL Zresult.D, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<double> TrigonometricSelectCoefficient(System::Numerics::Vector<double> value, System::Numerics::Vector<System::UInt64> selector);
public static System.Numerics.Vector<double> TrigonometricSelectCoefficient (System.Numerics.Vector<double> value, System.Numerics.Vector<ulong> selector);
static member TrigonometricSelectCoefficient : System.Numerics.Vector<double> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Shared Function TrigonometricSelectCoefficient (value As Vector(Of Double), selector As Vector(Of ULong)) As Vector(Of Double)
Parameters
Returns
Applies to
TrigonometricSelectCoefficient(Vector<Single>, Vector<UInt32>)
svfloat32_t svtssel[_f32](svfloat32_t op1, svuint32_t op2)
FTSSEL Zresult.S, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<float> TrigonometricSelectCoefficient(System::Numerics::Vector<float> value, System::Numerics::Vector<System::UInt32> selector);
public static System.Numerics.Vector<float> TrigonometricSelectCoefficient (System.Numerics.Vector<float> value, System.Numerics.Vector<uint> selector);
static member TrigonometricSelectCoefficient : System.Numerics.Vector<single> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function TrigonometricSelectCoefficient (value As Vector(Of Single), selector As Vector(Of UInteger)) As Vector(Of Single)
Parameters
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.