ImageGear .NET - Updated May 1, 2018
Transpose Method




ImageGear24.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()

Return Value

IGDoubleMatrix with transposed values.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members