Initializing help system before first use

Addition Operator (Double, XPRBterm)

Add an XPRBterm and a value

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public static XPRBexpr operator +(
	double v1,
	XPRBterm t2
)

Parameters

v1
Type:  SystemDouble
The value to add.
t2
Type:  BCLXPRBterm
The term to add.

Return Value

Type:  XPRBexpr
The resultant XPRBexpr.
See Also