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

SimpleRoundTo

Round to the specified number of digits (rounding up if needed)

Declaration

Source position: math.pp line 244

function SimpleRoundTo(

  const AValue: Extended;

  const Digits: TRoundToRange = -2

):Extended;

Description

SimplRoundTo rounds the specified float AVAlue to the specified number of digits, but rounds up, and returns the result. This result is accurate to "10 to the power Digits". It uses the standard Round function for this.

See also

TRoundToRange

  

Range with valid range of digits in RoundTo

RoundTo

  

Round to the specified number of digits

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