'Declaration Public Shared Function Round( _ ByVal value As UniDecimal, _ ByVal position As Integer _ ) As UniDecimal
public static UniDecimal Round( UniDecimal value, int position )
Parameters
- value
- The specified UniDecimal structure.
- position
- The number of significant fractional digits (precision) in the return value.
Return Value
An UniDecimal structure containing the results of the rounding operation.