ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / GetRowCount Method




In This Topic
    GetRowCount Method
    In This Topic
    Gets matrix rows count.
    Syntax
    'Declaration
     
    Public Function GetRowCount() As Integer
    'Usage
     
    Dim instance As IGDoubleMatrix
    Dim value As Integer
     
    value = instance.GetRowCount()
    public int GetRowCount()
    public: int GetRowCount(); 
    public:
    int GetRowCount(); 

    Return Value

    Integer value.
    See Also