 | MatrixCofactor Method |
[float] Cofactor([int] i, [int] j)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic SqlDouble Cofactor(
SqlInt32 i,
SqlInt32 j
)
Parameters
- i
- Type: System.Data.SqlTypesSqlInt32
[int] - j
- Type: System.Data.SqlTypesSqlInt32
[int]
Return Value
Type:
SqlDouble[float]
RemarksMatrix Cofactor.
See Also