API:System.Math.SumsAndSquares
Delphi
procedure SumsAndSquares(const Data: array of Single; var Sum, SumOfSquares: Extended);
procedure SumsAndSquares(const Data: array of Double; var Sum, SumOfSquares: Extended);
procedure SumsAndSquares(const Data: array of Extended; var Sum, SumOfSquares: Extended);
C++
extern DELPHI_PACKAGE void __fastcall SumsAndSquares(const float *Data, const int Data_High, System::Extended &Sum, System::Extended &SumOfSquares)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!