RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.TFPUPrecisionMode Enumeration
Pascal
TFPUPrecisionMode = (
  pmSingle,
  pmReserved,
  pmDouble,
  pmExtended
);
C++
enum TFPUPrecisionMode {
  pmSingle,
  pmReserved,
  pmDouble,
  pmExtended
};

Math

This is record Math.TFPUPrecisionMode.

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