Show contents 

Express > Express Assembly Interfaces > ILanerBox > ILanerBox.IsInversionTurnedOn

ILanerBox.IsInversionTurnedOn

Syntax

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

Parameters

Inversion. Series transformation method

InversionLag. Lag for the series transformation.

Description

The IsInversionTurnedOn method returns whether the specified transformation is already applied to the series.

Comments

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

Value of the InversionLag parameter cannot be negative.

The ILanerBox.CanApplyInversion method returns whether the specified transformation can be applied to the series.

Use the ILanerBox.ApplyInversion method to apply a transformation.

Example

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

See also:

ILanerBox | TsInversion