Exemple #1
0
 /// <summary>
 /// <para>Pops two arguments from the stack, pushes a 1 if the second value is greater than the first value and a 0 otherwise.</para>
 /// <para>New value on the stack is an Int32.</para>
 /// </summary>
 public Emit CompareGreaterThan()
 {
     InnerEmit.CompareGreaterThan();
     return(this);
 }