Perform multiplication by a number. Multiplication is defined as
x(a + bi) = ax + bxi

Declaration Syntax
public static Complex operator *(
Complex LeftSide,
double RightSide
)
Public Shared Operator * ( _
LeftSide As Complex, _
RightSide As Double _
) As Complex
public:
static Complex^ operator *(
Complex^ LeftSide,
double RightSide
)

Parameters
- LeftSide (Complex)
- The left hand side of the multiplication operation
- RightSide (Double)
- The right hand side of the multiplication operation

Return Value
The result of the multiplication
Assembly:
Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)