Show contents 

Express > Express Assembly Interfaces > ILanerBox > ILanerBox.CanApplyInversion

ILanerBox.CanApplyInversion

Syntax

CanApplyInversion(Inversion: Integer; InversionLag: Integer): Boolean;

Parameters

Inversion. Series transformation method

InversionLag. Lag for the series transformation.

Description

The CanApplyInversion method indicates that the specified transformation can be applied to the selected series.

Comments

The Inversion parameter is determined by the elements of the TsInversion.

Value of the InversionLag parameter cannot be negative.

Available values:

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.

Example

The method use is given in the example for ILanerBox.ApplyInversion.

See also:

ILanerBox

TsInversion