ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / IGDoubleMatrix Constructor / IGDoubleMatrix Constructor(Int32,Int32)
Matrix rows count.
Matrix columns count.




In This Topic
IGDoubleMatrix Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the IGDoubleMatrix class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
 
'Usage
 
Dim rowCount As Integer
Dim columnCount As Integer
 
Dim instance As New IGDoubleMatrix(rowCount, columnCount)

Parameters

rowCount
Matrix rows count.
columnCount
Matrix columns count.
See Also