CanApplyInversion(Inversion: Integer; InversionLag: Integer): Boolean;
Inversion. Series transformation method.
InversionLag. Lag for the series transformation.
The CanApplyInversion method indicates that the specified transformation can be applied to the selected series.
The Inversion parameter depends on the elements of enumeration TsInversion.
Value of the InversionLag parameter cannot be negative.
Available values:
True. Transformation can be applied to the selected series.
False. Transformation cannot be applied to the selected series.
To execute transformation, use the ILanerBox.ApplyInversion method.
Indicates whether the specified transformation is already applied to the series, is returned by the ILanerBox.IsInversionTurnedOn method.
The method use is given in the example for ILanerBox.ApplyInversion.
See also: