Matrix3x2.Multiply Método
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.
Executa uma operação de multiplicação em uma matriz.
Multiply(Matrix3x2, Matrix3x2) |
Retorna a matriz que resulta da multiplicação de duas matrizes juntas. |
Multiply(Matrix3x2, Single) |
Retorna a matriz que resulta da colocação em escala de todos os elementos de uma matriz especificada por um fator escalar. |
- Origem:
- Matrix3x2.cs
- Origem:
- Matrix3x2.cs
- Origem:
- Matrix3x2.cs
Retorna a matriz que resulta da multiplicação de duas matrizes juntas.
public:
static System::Numerics::Matrix3x2 Multiply(System::Numerics::Matrix3x2 value1, System::Numerics::Matrix3x2 value2);
public static System.Numerics.Matrix3x2 Multiply (System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2);
static member Multiply : System.Numerics.Matrix3x2 * System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Function Multiply (value1 As Matrix3x2, value2 As Matrix3x2) As Matrix3x2
Parâmetros
- value1
- Matrix3x2
A primeira matriz.
- value2
- Matrix3x2
A segunda matriz.
Retornos
A matriz do produto.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Origem:
- Matrix3x2.cs
- Origem:
- Matrix3x2.cs
- Origem:
- Matrix3x2.cs
Retorna a matriz que resulta da colocação em escala de todos os elementos de uma matriz especificada por um fator escalar.
public:
static System::Numerics::Matrix3x2 Multiply(System::Numerics::Matrix3x2 value1, float value2);
public static System.Numerics.Matrix3x2 Multiply (System.Numerics.Matrix3x2 value1, float value2);
static member Multiply : System.Numerics.Matrix3x2 * single -> System.Numerics.Matrix3x2
Public Shared Function Multiply (value1 As Matrix3x2, value2 As Single) As Matrix3x2
Parâmetros
- value1
- Matrix3x2
A matriz a escalar.
- value2
- Single
O valor de colocação em escala a ser usado.
Retornos
A matriz escalada.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: