OracleNumber::Round Method (OracleNumber, Int32)
.NET Framework (current version)
Gets the number nearest the specified OracleNumber structure's value with the specified precision.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- n
-
Type:
System.Data.OracleClient::OracleNumber
The OracleNumber structure to be rounded.
- position
-
Type:
System::Int32
The number of significant fractional digits (precision) in the return value.
Return Value
Type: System.Data.OracleClient::OracleNumberAn OracleNumber structure containing the results of the rounding operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: