Click or drag to resize
IMathIsGreater Method
Overload List
  NameDescription
Public methodIsGreater(NullableByte, NullableByte)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableInt16, NullableInt16)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableInt32, NullableInt32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableInt64, NullableInt64)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableSByte, NullableSByte)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableUInt16, NullableUInt16)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableUInt32, NullableUInt32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableUInt64, NullableUInt64)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableDateTime, NullableDateTime, Boolean)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableDecimal, NullableDecimal, Int32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableDouble, NullableDouble, Int32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Public methodIsGreater(NullableSingle, NullableSingle, Int32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Top
See Also