Properties |
Methods |
Some useful mathematical and physical constants.
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