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