ICscHostObject.SetCheckForOverflowUnderflow(Boolean) Method

Definition

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.

Applies to