![]() |
Matrix. Mesh Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | Mesh<T>(T[],T[]) |
Creates a bi-dimensional mesh matrix.
|
![]() ![]() | Mesh(Int32, Int32, Int32, Int32) |
Creates a bi-dimensional mesh matrix.
|
![]() ![]() | Mesh(DoubleRange, DoubleRange, Double, Double) | Obsolete.
Obsolete. Please specify the number of steps instead of the step size for the rows and columns.
|
![]() ![]() ![]() | Mesh(DoubleRange, Int32, DoubleRange, Int32) |
Creates a bi-dimensional mesh matrix.
|
![]() ![]() | Mesh(Double, Double, Double, Double, Double, Double) | Obsolete.
Obsolete. Please specify the number of steps instead of the step size for the rows and columns.
|
![]() ![]() ![]() | Mesh(Double, Double, Int32, Double, Double, Int32) |
Creates a bi-dimensional mesh matrix.
|