System.Nullable.operator Decrement

提供: RAD Studio API Documentation
移動先: 案内検索

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>;

プロパティ

種類 可視性 ソース ユニット
function public System.Nullables.inc System Nullable

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。