ImageGear for .NET
IGDoubleMatrix Constructor(Int32,Int32)




Matrix rows count.
Matrix columns count.
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)
public IGDoubleMatrix( 
   int rowCount,
   int columnCount
)
public: IGDoubleMatrix( 
   int rowCount,
   int columnCount
)
public:
IGDoubleMatrix( 
   int rowCount,
   int columnCount
)

Parameters

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

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback