SqlInt64::Subtract Method (SqlInt64, SqlInt64)

 

Subtracts the second SqlInt64 parameter from the first.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlInt64 Subtract(
	SqlInt64 x,
	SqlInt64 y
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt64

A SqlInt64 structure.

y
Type: System.Data.SqlTypes::SqlInt64

A SqlInt64 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt64

A new SqlInt64 structure whose Value property equals the results of the subtraction operation.

.NET Framework
Available since 1.1
Return to top
Show: