| IMathIsGreaterOrEqual Method |
| Name | Description | |
|---|---|---|
| IsGreaterOrEqual(NullableByte, NullableByte) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableInt16, NullableInt16) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableInt32, NullableInt32) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableInt64, NullableInt64) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableSByte, NullableSByte) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableUInt16, NullableUInt16) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableUInt32, NullableUInt32) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableUInt64, NullableUInt64) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableDateTime, NullableDateTime, Boolean) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableDecimal, NullableDecimal, Int32) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableDouble, NullableDouble, Int32) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
| |
| IsGreaterOrEqual(NullableSingle, NullableSingle, Int32) |
Checks if a is greater than or equal to b (returns false if at least one of the parameters is NULL)
|