C-minor v0.0

CompileTimeOperators.op_GreaterThan Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators

Overloads

op_GreaterThan(int, int)
op_GreaterThan(uint, uint)
op_GreaterThan(long, long)
op_GreaterThan(UInt64, UInt64)
op_GreaterThan(float, float)
op_GreaterThan(double, double)

op_GreaterThan(int, int)

public static bool op_GreaterThan(int a, int b);

Parameters

int a
int b

Returns

bool

op_GreaterThan(uint, uint)

public static bool op_GreaterThan(uint a, uint b);

Parameters

uint a
uint b

Returns

bool

op_GreaterThan(long, long)

public static bool op_GreaterThan(long a, long b);

Parameters

long a
long b

Returns

bool

op_GreaterThan(UInt64, UInt64)

public static bool op_GreaterThan(UInt64 a, UInt64 b);

Parameters

UInt64 a
UInt64 b

Returns

bool

op_GreaterThan(float, float)

public static bool op_GreaterThan(float a, float b);

Parameters

float a
float b

Returns

bool

op_GreaterThan(double, double)

public static bool op_GreaterThan(double a, double b);

Parameters

double a
double b

Returns

bool