ILNumerics.Net
GreaterThan Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexGreaterThan(complex, UInt64)
ILNumerics.Net - numeric computing for .NET
Greater than comparison for 2 complex numbers.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator >(
	complex in1,
	ulong in2
)
Public Shared Operator > ( _
	in1 As complex, _
	in2 As ULong _
) As Boolean
public:
static bool operator >(
	complex in1, 
	unsigned long long in2
)
Parameters
in1 (complex)
The first complex number.
in2 (UInt64)
The 2nd complex number.
Return Value
true if real part of in1 is greater then real part of in2. False otherwise.
Remarks
Keep in mind, since the greater than operator is not defined for complex values, only the real parts are compared.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)