EX2C

C Example Program


EnvironmentsPYTHON :: EASI
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example

Back to top

Description


EX2C is an example of how to write an application function.
Back to top

Parameters


Name Type Caption Length Value range
RVECTOR * Float Vector of Real Values 1 - 16  
POWER * Float Power to Raise Values 1 - 16  

* Required parameter
Back to top

Parameter descriptions

RVECTOR

The RVECTOR parameter is a list of real values.

Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.

POWER

The POWER parameter is used to specify at what power to raise each of the specified vector value.

Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.

Back to top

Details

EX2C is a simple example, used to illustrate how to write an application function. EX2C prints results for computing a list of 16 positive real numbers raised to a corresponding list of 16 real exponents.
Back to top

Example

EASI>RVECTOR=1,2,3,4,5
EASI>POWER=1,2,3,4,5
EASI>REPORT=

EASI>RUN EX2C

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.