Initializing help system before first use

mul Method (XPRBexpr)

Multiply the XPRBexpr by another XPRBexpr.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBexpr mul(
	XPRBexpr l1
)

Parameters

l1
Type:  BCLXPRBexpr
The XPRB expression to multiply by.

Return Value

Type:  XPRBexpr
The resultant XPRBexpr expression, if the result is neither linear nor quadratic then a "Non-quadratic expression" exception is thrown.
See Also