Utility.IsValidMatrix Method

Public Shared Function IsValidMatrix( _ 
ByVal matrix As Double() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsValidMatrix( 
double[] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[]

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition