ComplexEquality Operator (Complex, Double) |
Returns true if x and y are equal.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static bool operator ==(
Complex x,
double y
)
Public Shared Operator = (
x As Complex,
y As Double
) As Boolean
public:
static bool operator ==(
Complex x,
double y
)
static let inline (=)
x : Complex *
y : float : bool
Parameters
- x
- Type: Imsl.MathComplex
A Complex value.
- y
- Type: SystemDouble
A double value.
Return Value
Type:
Booleantrue if
x and
y are equal.
See Also