System.Nullable.operator UnaryNegation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Inc(Value: Nullable<T>): Nullable<T>;
class operator Dec(Value: Nullable<T>): Nullable<T>;
class operator Negative(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.