Click or drag to resize

ComplexNumberMultiply Operator

Returns computed product of values.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ComplexNumber operator *(
	ComplexNumber value1,
	ComplexNumber value2
)
View Source

Parameters

value1  ComplexNumber
Left hand operand.
value2  ComplexNumber
Right hand operand.

Return Value

ComplexNumber
ComplexNumber representing the result of the multiplication operation.
See Also