Matrix.Addition (Double, Matrix) Operator

public static Matrix operator +( 
double x
Matrix matrix 
)
This language is not supported or no code example is available.
public:  
static Matrix^ operator +( 
double x
Matrix^ matrix 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

x
double

matrix
Matrix

Return Value

Matrix

In this article

Definition