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 depends on the elements of enumeration TsInversion.

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