System.Beacon.TMeanCalculator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ASize: Integer);

C++

__fastcall TMeanCalculator__1(const int ASize);
TMeanCalculator__1() {}

Properties

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

Description

Creates an instance of TMeanCalculator.

Expects the parameter ASize, which sets the size of the array of T.

See Also