IMathIsLess Method (NullableByte, NullableByte) |
Checks if a is less 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 IsLess(
Nullable<byte> a,
Nullable<byte> b
)
Function IsLess (
a As Nullable(Of Byte),
b As Nullable(Of Byte)
) As Boolean
Parameters
- a
- Type: SystemNullableByte
a - b
- Type: SystemNullableByte
b
Return Value
Type:
Booleantrue if yes
See Also