'Declaration
Public Function CreateIdentity( _
ByVal 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)