API:System.Beacon.TMeanCalculator
Delphi
TMeanCalculator<T> = record
private
FSize: Integer;
FCenter: Integer;
FIsEmpty: Boolean;
ArrayRatio: array of T;
Index: Integer;
IsFull: Boolean;
procedure SetSize(ASize: Integer);
procedure AddValue(AValue: T);
public
constructor Create(const ASize: Integer);
procedure Reset;
function GetAsDouble: Double;
function GetAsInteger: Integer;
function GetMedianAsDouble: Double;
function GetMedianAsInteger: Integer;
function GetLast: T;
function Get: T;
function AddGetValue(AValue: T; IsMoving: Boolean): T;
function IsEmpty: Boolean;
end;
C++
template<typename T> struct DECLSPEC_DRECORD TMeanCalculator__1
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | System.Beacon |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !