Round

Characteristic Description

Returns

Value rounded to the nearest integer or specified number of decimal places.

Return type

Int32 (for Oracle Health Sciences Central Designer Integer and YesNo types).

or

Double (for Oracle Health Sciences Central Designer float types).

Syntax

Math.Round(a, b)

Parameters

  • Parametera
  • Definition—A number to be rounded.
  • Data type—Any numeric data type.

  • Parameterb
  • Definition—The number of decimal places (precision) in the return value.
  • Data type—Integer