Define complex numbers
Syntax
DoubleComplex options
Options
- -name
- Optional user-defined name for the transform
- -real
- Real value
- Type: Float
- Default: 0
- -imag
- Imaginary part
- Type: Float
- Default: 0
Inlets
- real
- Real value
- Type: Float
- Default: 0
- send
- Send currently defined complex value
- Type: Unit
- imag
- Imaginary part
- Type: Float
- Default: 0
Outlets
- complexOut
- DoubleComplex value output
- Type: DoubleComplex
Comments
DoubleComplex can be used to enter complex constants via the -real and -imag options, or variable complex numbers via its inlets.
See Also
- Complex