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

SetRoundMode

Set the Floating Point Unit rounding mode.

Declaration

Source position: math.pp line 610

function SetRoundMode(

  const RoundMode: TFPURoundingMode

):TFPURoundingMode;

Description

SetRoundMode sets the floating point unit rounding mode.

rmNearest
#ShortDescr:#rtl.system.TFPURoundingMode.TFPURoundingMode.rmNearest
rmDown
#ShortDescr:#rtl.system.TFPURoundingMode.TFPURoundingMode.rmDown
rmUp
#ShortDescr:#rtl.system.TFPURoundingMode.TFPURoundingMode.rmUp
rmTruncate
#ShortDescr:#rtl.system.TFPURoundingMode.TFPURoundingMode.rmTruncate

See also

GetRoundMode

  

Return the Floating Point Unit rounding mode.

TFPURoundingMode

  

Type describing the rounding mode for the Floating Point processor.


Documentation generated on: Mar 17 2017