ImageGear .NET v25.2 - Updated
Create(Int32,Int32) Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class > Create Method : Create(Int32,Int32) Method
Matrix rows count.
Matrix columns count.
Returns a new IGDoubleMatrix class object.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As IGDoubleMatrix
'Usage
 
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As IGDoubleMatrix
 
value = IGDoubleMatrix.Create(rowCount, columnCount)
public static IGDoubleMatrix Create( 
   int rowCount,
   int columnCount
)
public: static IGDoubleMatrix* Create( 
   int rowCount,
   int columnCount
) 
public:
static IGDoubleMatrix^ Create( 
   int rowCount,
   int columnCount
) 

Parameters

rowCount
Matrix rows count.
columnCount
Matrix columns count.

Return Value

IGDoubleMatrix class object with zero initialized elements values.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.