IMathIsGreater Method (NullableUInt32, NullableUInt32) |
Checks if a is greater than b (returns false if at least one of the parameters is NULL)
Namespace: Jeneva.ValidationAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool IsGreater(
Nullable<uint> a,
Nullable<uint> b
)
Function IsGreater (
a As Nullable(Of UInteger),
b As Nullable(Of UInteger)
) As Boolean
Parameters
- a
- Type: SystemNullableUInt32
a - b
- Type: SystemNullableUInt32
b
Return Value
Type:
Booleantrue if yes
See Also