Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / Divide Method


In This Topic
    Divide Method (NMatrix2DD)
    In This Topic
    Divides this matrix with the specified matrix
    Syntax
    'Declaration
     
    
    Public Sub Divide( _
       ByVal m As NMatrix2DD _
    ) 
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim m As NMatrix2DD
     
    instance.Divide(m)
    public void Divide( 
       NMatrix2DD m
    )

    Parameters

    m
    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