System.Nullable.operator Decrement
Delphi
class operator LessThanOrEqual(L, R: Nullable<T>): Boolean;
class operator Inc(Value: Nullable<T>): Nullable<T>;
class operator Dec(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.