Express > Express Assembly Interfaces > ILanerBox > ILanerBox.CanApplyInversion
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 is determined by the elements of the 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.
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: