Click or drag to resize

DynamicMatrixEvaluator Constructor (EvaluatorGroup, Int32, Int32)

Initializes a new instance that will evaluate matrices of the specified dimensions.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected DynamicMatrixEvaluator(
	EvaluatorGroup group,
	int rowDimension,
	int columnDimension
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator.
rowDimension
Type: SystemInt32
The number of rows in the evaluated matrices.
columnDimension
Type: SystemInt32
The number of columns in the evaluated matrices.
See Also