System.Nullable.operator Increment
Delphi
class operator GreaterThanOrEqual(L, R: Nullable<T>): Boolean;
class operator LessThanOrEqual(L, R: Nullable<T>): Boolean;
class operator Inc(Value: Nullable<T>): Nullable<T>;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
Description
Embarcadero Technologies does not currently have any additional information.