IMathIsGreaterOrEqual Method (NullableUInt16, NullableUInt16) |
Checks if a is greater than or equal to 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 IsGreaterOrEqual(
Nullable<ushort> a,
Nullable<ushort> b
)
Function IsGreaterOrEqual (
a As Nullable(Of UShort),
b As Nullable(Of UShort)
) As Boolean
Parameters
- a
- Type: SystemNullableUInt16
a - b
- Type: SystemNullableUInt16
b
Return Value
Type:
Booleantrue if yes
See Also