Complex division.
Namespace: DotNumericsAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Complex operator /(
Complex z1,
Complex z2
)
Public Shared Operator / (
z1 As Complex,
z2 As Complex
) As Complex
Request Example
View SourceParameters
- z1 Complex
- The left side of the operator.
- z2 Complex
- The right side of the operator.
Return Value
ComplexA value that represents the result of the operation.
See Also