

COS() - Cosine
| Type
| Field
| Description
|
| double
| dNumber
| Value
|
PowerBuilder Function declaration
function double COS(double dNumber) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function COS lib "IFL16" (ByVal dNumber As Double) As Double
32 bit DLL declarations
PowerBuilder Function declaration
function double COS(double dNumber) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function COS lib "IFL32" (ByVal dNumber As Double) As Double
Example:
| dNumber
| =
| 1.047
|
|