加算演算子は、2 つの SqlDouble オペランドの合計を計算します。
Public Shared Function Add( _
ByVal x As SqlDouble, _ ByVal y As SqlDouble _) As SqlDouble
[C#]
public static SqlDouble Add(SqlDoublex,SqlDoubley);
[C++]
public: static SqlDouble Add(SqlDoublex,SqlDoubley);
[JScript]
public static function Add(
x : SqlDouble,y : SqlDouble) : SqlDouble;
パラメータ
- x
SqlDouble 構造体。 - y
SqlDouble 構造体。
戻り値
2 つの SqlDouble オペランドの合計。
必要条件
プラットフォーム: 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