Round: unary, simple (without aggregation) operation.
シンタックス
'宣言
Public Shared Function Rnd( _
ByVal As Column, _
ByVal As System.Integer _
) As ColumnOp
public static ColumnOp Rnd(
Column ,
System.int
)
パラメータ
- col
- Operand.
- precision
- Number of decimal places to round to. Can be negative, meaning rounding to the nearest hundreds, thousands, etc.
参照