📚 SAP Business One SDK Help

RoundDecimal Method
See Also 
pIDecimalData
The data to be rounded.

Description

Rounds data to a specified number of decimal places or to a whole number if no decimal places are specified.

Syntax

Visual Basic
Public Function RoundDecimal( _
   ByVal pIDecimalData As DecimalData _
) As RoundedData

Parameters

pIDecimalData
The data to be rounded.

Remarks

  • Tax rounding is not supported for China, Japan, and Korea.
  • Rounding for budget amounts and price list amounts is not supported.

See Also