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