System.Beacon.TMeanCalculator.IsEmpty
Delphi
function IsEmpty: Boolean;
C++
bool __fastcall IsEmpty(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TMeanCalculator |
Description
Returns a Boolean that indicates whether the array of T is empty.
Returns True if the array of T is empty and False if it is not empty.