ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / LeftMultiply Method
A Matrix indicates the speical matrix.

In This Topic
    LeftMultiply Method (Matrix)
    In This Topic
    Left multiply a speical Matrix to this Matrix.
    Syntax
    'Declaration
     
    
    Public Overridable Sub LeftMultiply( _
       ByVal value As Matrix _
    ) 
    public virtual void LeftMultiply( 
       Matrix value
    )

    Parameters

    value
    A Matrix indicates the speical matrix.
    See Also