Matrix.Determinant4 Method

Computes the determinant of a 4x4 matrix.
Public Shared Function Determinant4( _ 
ByVal matrix As Double(,) _ 
) As Double
This language is not supported or no code example is available.
public static double Determinant4( 
double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[,]

The matrix

Return Value

double

The matrix determinant.

.NET Framework

Supported in: 4.8

In this article

Definition