ImageGear21.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class > IGDoubleMatrix Constructor : IGDoubleMatrix Constructor(Int32,Int32) |
'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 )