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