SqlDecimal.ConvertToPrecScale(SqlDecimal, Int32, Int32) メソッド

定義

SqlDecimal オペランドの値を示された精度と小数点以下桁数に調整します。

public:
 static System::Data::SqlTypes::SqlDecimal ConvertToPrecScale(System::Data::SqlTypes::SqlDecimal n, int precision, int scale);
public static System.Data.SqlTypes.SqlDecimal ConvertToPrecScale (System.Data.SqlTypes.SqlDecimal n, int precision, int scale);
static member ConvertToPrecScale : System.Data.SqlTypes.SqlDecimal * int * int -> System.Data.SqlTypes.SqlDecimal
Public Shared Function ConvertToPrecScale (n As SqlDecimal, precision As Integer, scale As Integer) As SqlDecimal

パラメーター

n
SqlDecimal

値が調整される SqlDecimal 構造体。

precision
Int32

新しい SqlDecimal 構造体の精度。

scale
Int32

新しい SqlDecimal 構造体の小数点以下桁数。

戻り値

パラメーターで示された精度と小数点以下桁数に調整された Value を持つ新しい SqlDecimal 構造体。

適用対象

こちらもご覧ください