ILNumerics - Technical Application Development 
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
true if real part of A is greater than real part of B, false otherwise
 Only the real parts are compared!
 
            Greater than or equal to 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: SystemDouble
Left side - B
 - Type: ILNumericscomplex
Right side 
Return Value
Type: Booleantrue if real part of A is greater than real part of B, false otherwise
Remarks
[ILNumerics Core Module]
See Also