ImageGear21.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : CreateIdentity Method |
'Declaration Public Function CreateIdentity( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As IGDoubleMatrix
'Usage Dim instance As IGDoubleMatrix Dim rowCount As Integer Dim columnCount As Integer Dim value As IGDoubleMatrix value = instance.CreateIdentity(rowCount, columnCount)
public IGDoubleMatrix CreateIdentity( int rowCount, int columnCount )
public: IGDoubleMatrix* CreateIdentity( int rowCount, int columnCount )
public: IGDoubleMatrix^ CreateIdentity( int rowCount, int columnCount )