User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_squarematrix.cofactor_integer_integer

Table of Contents

TGIS_SquareMatrix.Cofactor method

DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties

Computes the cofactor (minor) of the specified matrix element.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Parameters

Name Type Description
_row int
Integer
the row index
_col int
Integer
the column index

Result

Type Description
double
Double
The cofactor of the matrix element.
2022/11/30 19:27

Page Tools