RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.TFPURoundingMode Enumeration
Pascal
TFPURoundingMode = (
  rmNearest,
  rmDown,
  rmUp,
  rmTruncate
);
C++
enum TFPURoundingMode {
  rmNearest,
  rmDown,
  rmUp,
  rmTruncate
};

Math

This is record Math.TFPURoundingMode.

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