SqlDecimal.Ceiling(SqlDecimal) メソッド

定義

指定した SqlDecimal 構造体以上の最小の整数を返します。

public:
 static System::Data::SqlTypes::SqlDecimal Ceiling(System::Data::SqlTypes::SqlDecimal n);
public static System.Data.SqlTypes.SqlDecimal Ceiling(System.Data.SqlTypes.SqlDecimal n);
static member Ceiling : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Ceiling (n As SqlDecimal) As SqlDecimal

パラメーター

n
SqlDecimal

天井値を計算する SqlDecimal 構造。

返品

指定したSqlDecimal構造体以上の最小の整数を表すSqlDecimal

適用対象

こちらもご覧ください