ImageGear v26.5 - Updated March 3, 2025
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()

Return Value

IGDoubleMatrix with transposed values.
See Also