OracleNumber::Truncate Method (OracleNumber, Int32)
.NET Framework (current version)
Truncates the specified OracleNumber structure's value to the desired position.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- n
-
Type:
System.Data.OracleClient::OracleNumber
The OracleNumber structure to be truncated.
- position
-
Type:
System::Int32
The decimal position to which the number will be truncated.
Return Value
Type: System.Data.OracleClient::OracleNumberA OracleNumber structure with its Value truncated to the specified position.
Supply a negative value for the position parameter in order to truncate the value to the corresponding position to the left of the decimal point.
.NET Framework
Available since 1.1
Available since 1.1
Show: