ICscHostObject.SetCheckForOverflowUnderflow(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating whether integer arithmetic that overflows the bounds of the data type causes an exception at run time.
public:
bool SetCheckForOverflowUnderflow(bool checkForOverflowUnderflow);
public bool SetCheckForOverflowUnderflow (bool checkForOverflowUnderflow);
abstract member SetCheckForOverflowUnderflow : bool -> bool
Public Function SetCheckForOverflowUnderflow (checkForOverflowUnderflow As Boolean) As Boolean
Parameters
- checkForOverflowUnderflow
- Boolean
true
to cause an exception when integer arithmetic overflows the bounds of the data type; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.