ST_PolynomialZeros

 

ST_PolynomialZeros - General Information

Overview

Type:

Data structure

Available as of:

V1.0.3.0

Inherits from:

-

Versions:

Current version

Description

Structure for the representation of the zeros of equations of the 2nd or higher orders as complex numbers.

Structure Elements

Variable

Data type

Description

diCount

DINT

Number of zeros

astZeros

ARRAY[1..5] OF ST_Complex

The zeros as complex numbers. Only the first diCount values contain valid values.