SqlDecimal.Round(SqlDecimal, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以指定精度获取与指定 SqlDecimal 结构的值最接近的数字。
public:
static System::Data::SqlTypes::SqlDecimal Round(System::Data::SqlTypes::SqlDecimal n, int position);
public static System.Data.SqlTypes.SqlDecimal Round (System.Data.SqlTypes.SqlDecimal n, int position);
static member Round : System.Data.SqlTypes.SqlDecimal * int -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Round (n As SqlDecimal, position As Integer) As SqlDecimal
参数
要舍入的 SqlDecimal 结构。
- position
- Int32
返回值中的有效小数位数(精度)。
返回
一个 SqlDecimal 结构,其中包含该舍入运算的结果。