C-minor v0.0

CompileTimeOperators.op_LessThan Method

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

Overloads

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

op_LessThan(int, int)

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

Parameters

int a
int b

Returns

bool

op_LessThan(uint, uint)

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

Parameters

uint a
uint b

Returns

bool

op_LessThan(long, long)

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

Parameters

long a
long b

Returns

bool

op_LessThan(UInt64, UInt64)

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

Parameters

UInt64 a
UInt64 b

Returns

bool

op_LessThan(float, float)

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

Parameters

float a
float b

Returns

bool

op_LessThan(double, double)

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

Parameters

double a
double b

Returns

bool