FFEphemProperties.IsVectorDiscontinuous(Variable, Array) Method

Top 

Description

Checks whether or not the specified vector in the ephemeris has a discontinuity in any of the columns specified by 'columnIndices'.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

FFEphemProperties.IsVectorDiscontinuous(

Variable vectorIndex,


Array columnIndices)

 

 

Arguments

vectorIndex


Description:

The index that specifies the vector to check within the ephemeris.

Valid Range:

vectorIndex ≥ 0

 

 

columnIndices


Description:

The indices that specify the columns to check in the ephemeris.

 

 

 

Return Value

Type:

boolean

 

 

Returns true if the specified column(s) in the specified vector have a marked discontinuity.

 

Syntax

myVariable1 = myFFEphemProperties1.IsVectorDiscontinuous(myVariable2, myArray1);

 

 

See also

FFEphemProperties Object

FFEphemProperties.IsVectorDiscontinuous

Working with Ephemerides