ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Matrix Constructor / Matrix Constructor(Int32,Int32)
A int indicates the number of row.
A int indicates the number of column.

In This Topic
    Matrix Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of Matrix class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Matrix( 
       int width,
       int height
    )

    Parameters

    width
    A int indicates the number of row.
    height
    A int indicates the number of column.
    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