OracleNumber.Round(OracleNumber, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number nearest the specified OracleNumber structure's value with the specified precision.
public:
static System::Data::OracleClient::OracleNumber Round(System::Data::OracleClient::OracleNumber n, int position);
public static System.Data.OracleClient.OracleNumber Round (System.Data.OracleClient.OracleNumber n, int position);
static member Round : System.Data.OracleClient.OracleNumber * int -> System.Data.OracleClient.OracleNumber
Public Shared Function Round (n As OracleNumber, position As Integer) As OracleNumber
Parameters
The OracleNumber structure to be rounded.
- position
- Int32
The number of significant fractional digits (precision) in the return value.
Returns
An OracleNumber structure containing the results of the rounding operation.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา