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