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

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

    Parameters

    value
    A Matrix indicates the speical matrix.
    See Also