BoundaryInconsistentException Constructor (String, String) |
The boundary conditions are inconsistent.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public BoundaryInconsistentException(
string side,
string gridVal
)
Public Sub New (
side As String,
gridVal As String
)
public:
BoundaryInconsistentException(
String^ side,
String^ gridVal
)
new :
side : string *
gridVal : string -> BoundaryInconsistentException
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