Collapse All
Expand All
C#
AForge.NET Framework
Complex
.
.
::
.
Multiply Operator
Complex Structure
See Also
Send Feedback
Multiplies a complex number by a scalar value.
Namespace:
AForge.Math
Assembly:
AForge.Math
(in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
static
Complex
operator
*
(
Complex
a
,
double
s
)
Parameters
a
Type:
AForge.Math
.
.
::
.
Complex
A
Complex
instance.
s
Type:
System
.
.
::
.
Double
A scalar value.
Return Value
Returns new
Complex
instance containing the result of multiplication.
See Also
Complex Structure
Multiply Overload
AForge.Math Namespace