ROUND returns a rounded value

Syntax

ROUND(NumExp, NumVal)

Arguments

  • NumExp is the value to be rounded
  • NumVal is the number of decimal places that is to be maintained

Examples 

ROUND(A,3)

returns 2.275 for A=2.274825638


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

  • No labels