Click or drag to resize

DynamicMatrixPropagationParameter Constructor (Int32, Int32)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DynamicMatrixPropagationParameter(
	int rowDimension,
	int columnDimension
)

Parameters

rowDimension
Type: SystemInt32
The number of rows in the matrix.
columnDimension
Type: SystemInt32
The number of columns in the matrix.
See Also