ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
true if real and imaginary parts of A and B are not equal, false otherwise
Real inputs are converted to a complex number and the result is compared to the complex input.
Unequality comparison for complex numbers
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsfcomplex
Left side - B
- Type: SystemInt32
Right side
Return Value
Type: Booleantrue if real and imaginary parts of A and B are not equal, false otherwise
Remarks
[ILNumerics Core Module]
See Also