指定した 2 つの SqlSingle 構造体を加算した値を計算します。
Public Shared Function Add( _
ByVal x As SqlSingle, _ ByVal y As SqlSingle _) As SqlSingle
[C#]
public static SqlSingle Add(SqlSinglex,SqlSingley);
[C++]
public: static SqlSingle Add(SqlSinglex,SqlSingley);
[JScript]
public static function Add(
x : SqlSingle,y : SqlSingle) : SqlSingle;
パラメータ
- x
SqlSingle 構造体。 - y
SqlSingle 構造体。
戻り値
指定した 2 つの SqlSingle 構造体の合計を格納している SqlSingle 構造体。
必要条件
プラットフォーム: 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