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 of CanApplyInversion:
True. Transformation can be applied to the selected series.
False. Transformation cannot be applied to the selected series.
Use the ILanerBox.ApplyInversion method to apply a transformation.
The ILanerBox.IsInversionTurnedOn method returns whether the specified transformation has already been applied to the series.
The method use is given in the example for ILanerBox.ApplyInversion.
See also: