SqlDecimal.Subtract メソッド
最初の SqlDecimal オペランドから 2 番目のオペランドを減算した結果を計算します。
Public Shared Function Subtract( _
ByVal x As SqlDecimal, _ ByVal y As SqlDecimal _) As SqlDecimal
[C#]
public static SqlDecimal Subtract(SqlDecimalx,SqlDecimaly);
[C++]
public: static SqlDecimal Subtract(SqlDecimalx,SqlDecimaly);
[JScript]
public static function Subtract(
x : SqlDecimal,y : SqlDecimal) : SqlDecimal;
パラメータ
- x
SqlDecimal 構造体。 - y
SqlDecimal 構造体。
戻り値
減算した結果を格納している Value プロパティを持つ新しい SqlDecimal 構造体。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET