ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

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

Objects

Properties

Methods

Constants Object

Properties

Methods

Summary

Some useful mathematical and physical constants.

Details

The Constants object is a container of useful mathematical and physical constants which may be required in various programs. All these constants are read-only values of the Double type (real number with double accuracy).

The Constants property of the Application object provides access to the Constants object.

Example:

Dim QF As new QuickField.Application
Dim pi as Double

pi = ELC.Constants.PI