ImageGear .NET v25.1 - Updated
Transpose Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : Transpose Method
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

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members