Initializing help system before first use

Addition Operator (XPRBterm, Double)

Add an XPRBterm and a value

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public static XPRBexpr operator +(
	XPRBterm t1,
	double v2
)

Parameters

t1
Type:  BCLXPRBterm
The first XPRBterm to add.
v2
Type:  SystemDouble
The value to add.

Return Value

Type:  XPRBexpr
The resultant XPRBexpr.
See Also