Multiply 1 MatrixDouble together and returns a new one
Namespace:
Hyleos.Mathematic.MatrixAssembly: Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)
Syntax
| C# |
|---|
public static MatrixDouble operator *( MatrixDouble matrix, double d ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator * ( _ matrix As MatrixDouble, _ d As Double _ ) As MatrixDouble |
| Visual C++ |
|---|
public: static MatrixDouble^ operator *( MatrixDouble^ matrix, double d ) |
Parameters
- matrix
- Type: Hyleos.Mathematic.Matrix..::.MatrixDouble
Left matrix
- d
- Type: System..::.Double
Value to multiply with