ActiveField Technology Objects Overview Hierarchy Chart How to Start: Application Object How to work with Problems How to work with Model How to work with Data How to Analyze Results

GetIntegral Method

Summary

Returns the integral quantity. Integration is done over the given Contour.

Syntax

Result.GetIntegral (
   Type As QfIntegrals,
  [p As Contour]
) As Quantity

Parameters

Type
[in, optional] QfIntegrals
p
[in, optional] Contour

Remarks

The type parameter specifies the desired integral quantity. It should be one of QfIntegrals constants.

The optional Contour parameter specifies the contour that the integration is done over. If the Contour is not specified, QuickField examines the list of FieldWindow objects of the Result and uses the first Contour suitable for chosen integral type.