System.Beacon.TMeanCalculator.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

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.

See Also