Overload | Description |
---|---|
Less(Int32,Int32,String,String,Image) | Checks whether the first number specified is less than the second for integer values. |
Less(UInt32,UInt32,String,String,Image) | Checks whether the first number specified is less than the second for unsigned integer values. |
Less(Int64,Int64,String,String,Image) | Checks whether the first number specified is less than the second for long values. |
Less(UInt64,UInt64,String,String,Image) | Checks whether the first number specified is less than the second for unsigned long values. |
Less(Decimal,Decimal,String,String,Image) | Checks whether the first number specified is less than the second for decimal values. |
Less(Double,Double,String,String,Image) | Checks whether the first number specified is less than the second for double values. |
Less(Single,Single,String,String,Image) | Checks whether the first number specified is less than the second for float values. |
Less(IComparable,IComparable,String,String,Image) | Checks whether the first number specified is less than the second for IComparable values. |