Matrix.Determinant2 Method

Computes the determinant of a 2x2 matrix.
Public Shared Function Determinant2( _ 
ByVal matrix As Double(,) _ 
) As Double
This language is not supported or no code example is available.
public static double Determinant2( 
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