2.8.24 polyarea
Contents
Menu Information
Analysis: Mathematics: Polygon Area
Brief Information
Calculate area of polygon defined by XY data
Command Line Usage
polyarea iy:=col(b) type:=math;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input | iy |
Input XYRange |
|
The input XY range, which should be an enclosed plot. |
| Area Type | type |
Input int |
|
Specify the desired area type.
Option list:
|
| Area | area |
Output double |
|
The result area. |
More Information
Please refer to this page in the User Guide for more information, including:
- Description
- Algorithm
- Example