Click or drag to resize
BoundaryInconsistentException Constructor (String, String)
The boundary conditions are inconsistent.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public BoundaryInconsistentException(
	string side,
	string gridVal
)

Parameters

side
Type: SystemString
A String, indicates if the left or right boundary conditions are inconsistent.
gridVal
Type: SystemString
A String, the grid value for which the boundary conditions are inconsistent, i.e. " xMin " for the left and " xMax " for the right boundaries.
See Also