You are here: Start » FIL.NET » FIS.MatrixDeterminant Method

FIS.MatrixDeterminant Method

Find the determinant of a square matrix.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MatrixDeterminant
(
	FilNet.Matrix inMatrix,
	out float outDeterminant
)

Parameters

Name Type Range Default Description
inMatrixFilNet.Matrix
outDeterminantfloat

See also