System.Beacon.TMeanCalculator.Get
Delphi
function Get: T;
C++
T __fastcall Get();
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:
- GetAsInteger and returns
Tas Integer. - GetAsDouble and returns
Tas Double.