PbCartesianGrid2D Constructor (Int32, Int32, Single, Single) |
Calls PbCartesianGrid2D(num_x, num_y, x, y, true).
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbCartesianGrid2D(
int num_x,
int num_y,
float[] x,
float[] y
)
Public Sub New (
num_x As Integer,
num_y As Integer,
x As Single(),
y As Single()
)
public:
PbCartesianGrid2D(
int num_x,
int num_y,
array<float>^ x,
array<float>^ y
)
new :
num_x : int *
num_y : int *
x : float32[] *
y : float32[] -> PbCartesianGrid2D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- x
- Type: SystemSingle
- y
- Type: SystemSingle
Remarks See Also