[Overview][Constants][Types][Classes][Procedures and functions][Index] 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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.