.NET Matrix Library
Times Method
See Also  Send Feedback



Multiplies the current matrix and returns the result. Multiplies the current matrix and returns the result.

Overload List

OverloadDescription
Times(CMatrix)

Multiplies the current matrix by another matrix and returns the result.

 
Times(CVector)Multiplies the current matrix by a vector and returns the result.  
Times(Complex)Multiplies the current matrix by a scalar value and returns the result.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library