Click or drag to resize
IMathIsLess Method (NullableInt16, NullableInt16)
Checks if a is less than b (returns false if at least one of the parameters is NULL)

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
bool IsLess(
	Nullable<short> a,
	Nullable<short> b
)

Parameters

a
Type: SystemNullableInt16
a
b
Type: SystemNullableInt16
b

Return Value

Type: Boolean
true if yes
See Also