TDoubleAddition Operator
Computes the sum of two
TDouble objects.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TDouble operator +(
TDouble c1,
TDouble c2
)
Public Shared Operator + (
c1 As TDouble,
c2 As TDouble
) As TDouble
public:
static TDouble^ operator +(
TDouble^ c1,
TDouble^ c2
)
static let inline (+)
c1 : TDouble *
c2 : TDouble : TDouble
- c1 TDouble
- First TDouble object to perform operator to.
- c2 TDouble
- Second TDouble object to perform operator to.
TDoubleResult of the operation.