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