NullableTypes Class Library

NullableInt16.GreaterThanOrEqual Method 

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

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

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

true id x>=y false otherwise

See Also

NullableInt16 Class | NullableTypes Namespace