Show Contents 

Matrix > Matrix Assembly Interfaces > IMatrixIterator > IMatrixIterator.PreviousValid

IMatrixIterator.PreviousValid

Syntax

PreviousValid(Coord: IMatrixModelCoord);

Parameters

Coord - coordinate of the matrix element, relative to which it is necessary to get the next correct element.

Description

In the current implementation the method operates as the NextValid method.

See also:

IMatrixIterator