Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / Multiplication Operator
matrix 1
matrix 2


In This Topic
    Multiplication Operator (NMatrix2DD)
    In This Topic
    Multiplies m1 with m2
    Syntax
    'Declaration
     
    
    Public Operator *( _
       ByVal a As NMatrix2DD, _
       ByVal b As NMatrix2DD _
    ) As NMatrix2DD
    'Usage
     
    
    public NMatrix2DD operator *( 
       NMatrix2DD a,
       NMatrix2DD b
    )

    Parameters

    a
    matrix 1
    b
    matrix 2

    Return Value

    resulting matrix
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also