ComponentOne FlexPivot for WinForms
Rnd Method

C1.DataEngine.4 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.
Round: unary, simple (without aggregation) operation.
Syntax
'Declaration
 
Public Shared Function Rnd( _
   ByVal col As Column, _
   ByVal precision As System.Integer _
) As ColumnOp
public static ColumnOp Rnd( 
   Column col,
   System.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

Reference

Op Class
Op Members