TSystemAddition Operator

Computes the sum of two TSystem objects.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static TNumber operator +(
	TSystem c1,
	TSystem c2
)

Parameters

c1  TSystem
First TSystem object to perform operator to.
c2  TSystem
Second TSystem object to perform operator to.

Return Value

TNumber
Result of the operation.

See Also