'Declaration Public Shared Function CreateDefault( _ 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.CreateDefault(rowCount, columnCount)
public static IGDoubleMatrix CreateDefault( int rowCount, int columnCount )
public: static IGDoubleMatrix* CreateDefault( int rowCount, int columnCount )
public: static IGDoubleMatrix^ CreateDefault( int rowCount, int columnCount )
Parameters
- rowCount
- Matrix rows count.
- columnCount
- Matrix columns count.
Return Value
IGDoubleMatrix class object with zero initialized elements values.