TInfinityAddition Operator

Computes the sum of two TInfinity 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 +(
	TInfinity c1,
	TInfinity c2
)

Parameters

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

Return Value

TNumber
Result of the operation.

See Also