System.Beacon.TMeanCalculator.IsEmpty

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

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

プロパティ

種類 可視性 ソース ユニット
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TMeanCalculator


説明

T の配列が空かどうかを判別する Boolean を返します。

T の配列が空の場合には True を、空ではない場合には False を返します。

関連項目