Matrix.IsIdentity4 Method

Returns true when the matrix is Identity.
Public Shared Function IsIdentity4( _ 
ByVal matrix As Double(,) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsIdentity4( 
double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[,]

The matrix

Return Value

bool

True when the matrix is Identity, false otherwise

.NET Framework

Supported in: 4.8

In this article

Definition