ComponentOne CalendarView 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.
    See Also