IMathIsGreater Method |
Name | Description | |
---|---|---|
![]() | IsGreater(NullableByte, NullableByte) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableInt16, NullableInt16) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableInt32, NullableInt32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableInt64, NullableInt64) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableSByte, NullableSByte) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableUInt16, NullableUInt16) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableUInt32, NullableUInt32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableUInt64, NullableUInt64) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableDateTime, NullableDateTime, Boolean) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableDecimal, NullableDecimal, Int32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableDouble, NullableDouble, Int32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|
![]() | IsGreater(NullableSingle, NullableSingle, Int32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
|