| IndexLoop Constructor (Int32, Int32) |
Initializes a new instance of the
IndexLoop class.
Indices will be in the specified range.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public IndexLoop(
int min,
int max
)
Parameters
- min
- Type: SystemInt32
Minimal index value. - max
- Type: SystemInt32
Maximal index value.
See Also