Sve.Scale Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Scale(Vector<Double>, Vector<Int64>) |
svfloat64_t svscale[_f64]_m(svbool_t pg, svfloat64_t op1, svint64_t op2) svfloat64_t svscale[_f64]_x(svbool_t pg, svfloat64_t op1, svint64_t op2) svfloat64_t svscale[_f64]_z(svbool_t pg, svfloat64_t op1, svint64_t op2) FSCALE Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| Scale(Vector<Single>, Vector<Int32>) |
svfloat32_t svscale[_f32]_m(svbool_t pg, svfloat32_t op1, svint32_t op2) svfloat32_t svscale[_f32]_x(svbool_t pg, svfloat32_t op1, svint32_t op2) svfloat32_t svscale[_f32]_z(svbool_t pg, svfloat32_t op1, svint32_t op2) FSCALE Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
Scale(Vector<Double>, Vector<Int64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svfloat64_t svscale[_f64]_m(svbool_t pg, svfloat64_t op1, svint64_t op2)
svfloat64_t svscale[_f64]_x(svbool_t pg, svfloat64_t op1, svint64_t op2)
svfloat64_t svscale[_f64]_z(svbool_t pg, svfloat64_t op1, svint64_t op2)
FSCALE Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<double> Scale(System::Numerics::Vector<double> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<double> Scale(System.Numerics.Vector<double> left, System.Numerics.Vector<long> right);
static member Scale : System.Numerics.Vector<double> * System.Numerics.Vector<int64> -> System.Numerics.Vector<double>
Public Shared Function Scale (left As Vector(Of Double), right As Vector(Of Long)) As Vector(Of Double)
Parâmetros
Retornos
Aplica-se a
Scale(Vector<Single>, Vector<Int32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svfloat32_t svscale[_f32]_m(svbool_t pg, svfloat32_t op1, svint32_t op2)
svfloat32_t svscale[_f32]_x(svbool_t pg, svfloat32_t op1, svint32_t op2)
svfloat32_t svscale[_f32]_z(svbool_t pg, svfloat32_t op1, svint32_t op2)
FSCALE Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<float> Scale(System::Numerics::Vector<float> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<float> Scale(System.Numerics.Vector<float> left, System.Numerics.Vector<int> right);
static member Scale : System.Numerics.Vector<single> * System.Numerics.Vector<int> -> System.Numerics.Vector<single>
Public Shared Function Scale (left As Vector(Of Single), right As Vector(Of Integer)) As Vector(Of Single)