'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.