C# (CSharp) Jurassic.Compiler ILGenerator.CompareLessThan - 2 examples found. These are the top rated real world C# (CSharp) examples of Jurassic.Compiler.ILGenerator.CompareLessThan extracted from open source projects. You can rate examples to help us improve the quality of examples.
Pops two values from the stack, compares, then pushes 1 if the first argument is less than the second, or 0 otherwise. Produces 0 if one or both of the arguments are NaN.