Returns the quotient of dividing a real number by a complex number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatComplex operator /( float left, FloatComplex right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator / ( _ left As Single, _ right As FloatComplex _ ) As FloatComplex |
| Visual C++ |
|---|
public: static FloatComplex operator /( float left, FloatComplex right ) |
Parameters
- left
- Type: System..::.Single
A real number.
- right
- Type: CenterSpace.NMath.Core..::.FloatComplex
A complex number.