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

Value of the InversionLag parameter cannot be negative.

Available values:

To execute transformation, use the ILanerBox.ApplyInversion method.

Indicates whether the specified transformation is already applied to the series, is returned by the ILanerBox.IsInversionTurnedOn method.

Example

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

See also:

ILanerBox

TsInversion