Returns the result of dividing this complex number by the parameter.
Namespace:
SingularSys.Jep.TypesAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public Complex Div( Complex b ) |
| Visual Basic (Declaration) |
|---|
Public Function Div ( _ b As Complex _ ) As Complex |
| Visual C++ |
|---|
public: Complex^ Div( Complex^ b ) |