SqlInt64.Add(SqlInt64, SqlInt64) Metoda

Definice

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

public:
 static System::Data::SqlTypes::SqlInt64 Add(System::Data::SqlTypes::SqlInt64 x, System::Data::SqlTypes::SqlInt64 y);
public static System.Data.SqlTypes.SqlInt64 Add (System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y);
static member Add : System.Data.SqlTypes.SqlInt64 * System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt64
Public Shared Function Add (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ů.

Platí pro

Viz také