System.Beacon.TMeanCalculator.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get: T;

C++

T __fastcall Get(void);

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TMeanCalculator

Description

Returns a calculated stabilized value as T.

Depending on the type you provided when you initialized an instance of TMeanCalculator, this function calls:

See Also