CompileTimeOperators.op_GreaterThan Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators
Overloads
op_GreaterThan(int, int)
public static bool op_GreaterThan(int a, int b);
Parameters
Returns
op_GreaterThan(uint, uint)
public static bool op_GreaterThan(uint a, uint b);
Parameters
Returns
op_GreaterThan(long, long)
public static bool op_GreaterThan(long a, long b);
Parameters
Returns
op_GreaterThan(UInt64, UInt64)
public static bool op_GreaterThan(UInt64 a, UInt64 b);
Parameters
Returns
op_GreaterThan(float, float)
public static bool op_GreaterThan(float a, float b);
Parameters
Returns
op_GreaterThan(double, double)
public static bool op_GreaterThan(double a, double b);
Parameters
Returns