Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Operator *( _ 
   ByVal left As Matrix,  _ 
   ByVal Right As Matrix _ 
) As Matrix
C#
public static Matrix operator *(
   Matrix left,
   Matrix Right
)
C++
public:
 static Matrix operator *(
   Matrix left,
   Matrix Right
)
J#
JSharp does not support overloaded operators.
JScript
JScript supports the use of overloaded operators, but not the declaration of new ones.

See Also