RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.TFPUException Enumeration
Pascal
TFPUException = (
  exInvalidOp,
  exDenormalized,
  exZeroDivide,
  exOverflow,
  exUnderflow,
  exPrecision
);
C++
enum TFPUException {
  exInvalidOp,
  exDenormalized,
  exZeroDivide,
  exOverflow,
  exUnderflow,
  exPrecision
};

Math

This is record Math.TFPUException.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!