FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Rnd Method
Operand.
Number of decimal places to round to. Can be negative, meaning rounding to the nearest hundreds, thousands, etc.

In This Topic
    Rnd Method
    In This Topic
    Round: unary, simple (without aggregation) operation.
    Syntax
    'Declaration
     
    Public Shared Function Rnd( _
       ByVal col As Column, _
       ByVal precision As Integer _
    ) As ColumnOp
    public static ColumnOp Rnd( 
       Column col,
       int precision
    )

    Parameters

    col
    Operand.
    precision
    Number of decimal places to round to. Can be negative, meaning rounding to the nearest hundreds, thousands, etc.
    See Also