Nullable<T>.GreaterThan Operator
Adapts the > operator so it returns true when the first parameter is bigger than the second.
Syntax
Unit: Bcl.Types.Nullable
class operator Nullable<T>.GreaterThan(Left: ; Right: ): Boolean; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Left | |||
| Right |