DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties
Computes the cofactor (minor) of the specified matrix element.
// C# public double Cofactor( int _row, int _col );
' VisualBasic Public Function Cofactor( ByVal _row As Integer, ByVal _col As Integer ) As Double
// Oxygene public function Cofactor( _row : Integer; _col : Integer ) : Double;
Name | Type | Description |
---|---|---|
_row | int Integer | the row index |
_col | int Integer | the column index |
Type | Description |
---|---|
double Double | The cofactor of the matrix element. |