ITimeSeries.CheckCompatible

Syntax

CheckCompatible(OtherSerie: ITimeSeries; [ThrowException: Boolean = True]): Boolean;

Parameters

OtherSerie. The series, compatibility to which is checked.

ThrowException. Indicates whether the exception is thrown if the series are not compatible. Optional parameter, default value is True, that is, exception is thrown.

Description

The CheckCompatible method checks the current and specified series for compatibility.

Comments

Calling the method checks the correspondence of:

By results of checking CheckCompatible determines whether series are compatible:

Example

The method use is given in the example for TimeSeries.CreateEx.

See also:

ITimeSeries