Share via


SqlInt64.Addition(SqlInt64, SqlInt64) Operátor

Definice

Vypočítá součet těchto dvou SqlInt64 parametrů.

public:
 static System::Data::SqlTypes::SqlInt64 operator +(System::Data::SqlTypes::SqlInt64 x, System::Data::SqlTypes::SqlInt64 y);
public static System.Data.SqlTypes.SqlInt64 operator + (System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y);
static member ( + ) : System.Data.SqlTypes.SqlInt64 * System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt64
Public Shared Operator + (x As SqlInt64, y As SqlInt64) As SqlInt64

Parametry

x
SqlInt64

Struktura SqlInt64 .

y
SqlInt64

Struktura SqlInt64 .

Návraty

Nová SqlInt64 struktura, jejíž Value hodnota se rovná součtu těchto dvou SqlInt64 parametrů.

Poznámky

Ekvivalentní metoda pro tento operátor je SqlInt64.Add(SqlInt64, SqlInt64)

Platí pro

Viz také