Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static SingleComplex operator +(
SingleComplex z,
float a
)
Public Shared Operator + (
z As SingleComplex,
a As Single
) As SingleComplex
public:
static SingleComplex operator +(
SingleComplex z,
float a
)
static let inline (+)
z : SingleComplex *
a : float32 : SingleComplex
Parameters
- z
- Type: Extreme.MathematicsSingleComplex
A SingleComplex number. - a
- Type: SystemSingle
A real number number.
Return Value
Type:
SingleComplexA
SingleComplex number that is the sum
of the two operands.
If you are using a language that does not
support operator overloading, use the
static (
Shared in Visual Basic)
Add(SingleComplex, SingleComplex) method instead.
Numerical Libraries
Supported in: 5.x, 4.x
Reference