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