Search Results for

    Show / Hide Table of Contents

    Round

    Function Parameters Return value
    Round double d double
    Round decimal d decimal

    Rounds d to the nearest integer.

    Example:

    Round(1.47) = 1
    
    Function Parameters Return value
    Round double d,``int digits double
    Round decimal d,``int digits decimal

    Rounds d to a precision specified in the "digits" parameter.

    Example:

    Round(1.478, 2) = 1.48
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.