The Proc type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ArcCos |
Calculate the acrcosine of a value
| |
| ArcSin |
Calculate the acrsine of a value.
| |
| Bytes2Float |
Convert 4 bytes to a 32-bit float number (Single)
| |
| Bytes2Long |
Convert 4 Bytes to a 32-integer (Long)
| |
| ChangeDir |
Change directory.
| |
| ClipCursorToWindow |
Clip the mouse cursor to an area in a window.
| |
| CloseApplication |
Close application.
| |
| Deg2Rad |
Convert from degrees to radians.
| |
| GetCommandLine |
Get the command line parameters.
| |
| GetProcessID | ||
| GetSystemDir |
Get the System Directory of Windows.
| |
| GetUbound(array<clsFREQUENCY>[]()[][]) |
Get the unbound of an array.
| |
| GetUbound(array<Double>[]()[][]) |
Get the unbound of an array.
| |
| GetUbound(array<Int32>[]()[][]) |
Get the unbound of an array.
| |
| GetUbound(array<String>[]()[][]) |
Get the unbound of an array.
| |
| GetWindowsDir |
Get Windows Directory.
| |
| Log10 |
Calculate LOG based on 10
| |
| Log2 |
Calculate LOG based on 2
| |
| Long2Bytes |
Convert a 32-bit integer (Long) to 4 bytes.
| |
| Mean |
Calculate the arithmetic average (mean) value.
| |
| Rad2Deg |
Convert from radians to degrees.
| |
| RMSError |
Calculate the root mean square error between two series.
| |
| SngMod |
Calculate the remainder of division.
| |
| StartApplication |
Start Application by the file name
| |
| Std |
Calculate the standard deviation of a series.
| |
| TextBoxState |
Disable/Enable a textbox control.
|