Click or drag to resize
Accord.NET (logo)

MatrixMesh Method (Int32, Int32, Int32, Int32)

Creates a bi-dimensional mesh matrix.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static int[][] Mesh(
	int rowMin,
	int rowMax,
	int colMin,
	int colMax
)
Request Example View Source

Parameters

rowMin
Type: SystemInt32
rowMax
Type: SystemInt32
colMin
Type: SystemInt32
colMax
Type: SystemInt32

Return Value

Type: Int32
See Also