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 Add(
SingleComplex z,
float a
)
Public Shared Function Add (
z As SingleComplex,
a As Single
) As SingleComplex
public:
static SingleComplex Add(
SingleComplex z,
float a
)
static member Add :
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.
This method is equivalent to the
Addition(SingleComplex, Single). It is provided for languages
that do not support operator overloading.
Numerical Libraries
Supported in: 5.x, 4.x
Reference