Complex32Division(Complex32, Single) Operator |
Division operator. Divides a complex number by a float value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator /(
Complex32 dividend,
float divisor
)
Parameters
- dividend Complex32
- The dividend.
- divisor Single
- The divisor.
Return Value
Complex32The result of the division.
See Also