help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

TFPURoundingMode

Type describing the rounding mode for the Floating Point processor.

Declaration

Source position: mathuh.inc line 17

type TFPURoundingMode = (

  rmNearest,

  

Round to nearest integer value

  rmDown,

  

Round to biggest integer smaller than value.

  rmUp,

  

Round to smallest integer larger than value.

  rmTruncate

  

Cut off fractional part.

);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505