EOverflow is the exception class for floating-point register overflows.
EOverflow = class(EMathError);
class EOverflow : public EMathError;
EOverflow is raised when a calculated result is too large to fit in the floating-point register allocated for it and data is therefore lost.
Run-time exception information is saved in fields provided by EExternal.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|