System.Nullable.operator Subtraction
Delphi
{$ENDIF}
class operator Add(L, R: Nullable<T>): Nullable<T>; inline;
class operator Subtract(const L, R: Nullable<T>): Nullable<T>; inline;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
Description
Embarcadero Technologies does not currently have any additional information.