Multiply the complex number with a double value.

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public Complex Mul(
	double b
)
Visual Basic (Declaration)
Public Function Mul ( _
	b As Double _
) As Complex
Visual C++
public:
Complex^ Mul(
	double b
)

Parameters

b
Type: System..::.Double

Return Value

The result of the multiplication

See Also