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.2.419.0 (24.2.419.0)
Syntax protected DynamicMatrixEvaluator(
EvaluatorGroup group,
int rowDimension,
int columnDimension
)
Protected Sub New (
group As EvaluatorGroup,
rowDimension As Integer,
columnDimension As Integer
)
protected:
DynamicMatrixEvaluator(
EvaluatorGroup^ group,
int rowDimension,
int columnDimension
)
new :
group : EvaluatorGroup *
rowDimension : int *
columnDimension : int -> DynamicMatrixEvaluator
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