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 *( double d, MatrixDouble matrix ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator * ( _ d As Double, _ matrix As MatrixDouble _ ) As MatrixDouble |
| Visual C++ |
|---|
public: static MatrixDouble^ operator *( double d, MatrixDouble^ matrix ) |
Parameters
- d
- Type: System..::.Double
Value to multiply with
- matrix
- Type: Hyleos.Mathematic.Matrix..::.MatrixDouble
Right matrix