Click or drag to resize

ComplexDivision Operator


Namespace: DWSIM.MathOps.MathEx.AP
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static Complex operator /(
	Complex lhs,
	Complex rhs
)
Request Example View Source

Parameters

lhs  Complex
 
rhs  Complex
 

Return Value

Complex
See Also