TRSFMXCustomChartFunction.Norm(TRSCustomChart,Integer,Integer,TDateTime,Integer) Method |
Scroll Prev Top Next More |
Calculates the Euclidean 'L-2' norm for the values in the SourceChart over the time period.
Namespace: FMX.RS.ChartFunction
Delphi |
public |
Parameters
SourceChart
Type: TRSCustomChart
Chart to calculate the maximum from
IndexLow
Type: Integer
Lower bounds index into the SourceChart
IndexHigh
Type: Integer
Upper bounds index into the SourceChart
TimeStamp
Type: TDateTime
TimeStamp of the new value
SourceDim
Type: Integer
TargetChart
Chart to add the calculated maximum to
Type: TRSChartValueType
Note that this function is a class procedure so it may be called even if the TRSCustomChartFunction is not instantiated. The function can also be called by custom functions. For example, you could create a custom function that calls this function and then does something with the result |