DynamicMatrixPropagationParameter Constructor (Int32, Int32) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DynamicMatrixPropagationParameter(
int rowDimension,
int columnDimension
)
Public Sub New (
rowDimension As Integer,
columnDimension As Integer
)
public:
DynamicMatrixPropagationParameter(
int rowDimension,
int columnDimension
)
new :
rowDimension : int *
columnDimension : int -> DynamicMatrixPropagationParameter
Parameters
- rowDimension
- Type: SystemInt32
The number of rows in the matrix. - columnDimension
- Type: SystemInt32
The number of columns in the matrix.
See Also