NullableTypes Class Library

NullableInt16.LessThanOrEqual Method 

returns the result of 'less than or equals' comparision between NullableInt16 values

[Visual Basic]
Public Shared Function LessThanOrEqual( _
   ByVal x As NullableInt16, _
   ByVal y As NullableInt16 _
) As NullableBoolean
[C#]
public static NullableBoolean LessThanOrEqual(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

true if x is less then y, false otherwise

See Also

NullableInt16 Class | NullableTypes Namespace