|
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
)
Public Shared Function Mesh (
rowMin As Integer,
rowMax As Integer,
colMin As Integer,
colMax As Integer
) As Integer()()
Request Example
View SourceParameters
- rowMin
- Type: SystemInt32
- rowMax
- Type: SystemInt32
- colMin
- Type: SystemInt32
- colMax
- Type: SystemInt32
Return Value
Type:
Int32See Also