ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / Inverse Method




In This Topic
Inverse Method
In This Topic
Inverse IGDoubleMatrix square matrix.
Syntax
'Declaration
 
Public Function Inverse() As IGDoubleMatrix
 
'Usage
 
Dim instance As IGDoubleMatrix
Dim value As IGDoubleMatrix
 
value = instance.Inverse()

Return Value

IGDoubleMatrix result matrix.
See Also