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




In This Topic
    Transpose Method
    In This Topic
    Transpose the matrix.
    Syntax
    'Declaration
     
    Public Function Transpose() As IGDoubleMatrix
    'Usage
     
    Dim instance As IGDoubleMatrix
    Dim value As IGDoubleMatrix
     
    value = instance.Transpose()
    public IGDoubleMatrix Transpose()
    public: IGDoubleMatrix* Transpose(); 
    public:
    IGDoubleMatrix^ Transpose(); 

    Return Value

    IGDoubleMatrix with transposed values.
    See Also