Click or drag to resize
Accord.NET (logo)

MatrixIsRectangularT Method (T)

Determines whether the specified matrix is rectangular.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool IsRectangular<T>(
	T[][] matrix
)
Request Example View Source

Parameters

matrix
Type: T
The matrix.

Type Parameters

T

Return Value

Type: Boolean
true if the specified matrix is rectangular; otherwise, false.
See Also