The Proc type exposes the following members.

Methods

  NameDescription
Public methodStatic memberArcCos
Calculate the acrcosine of a value
Public methodStatic memberArcSin
Calculate the acrsine of a value.
Public methodStatic memberBytes2Float
Convert 4 bytes to a 32-bit float number (Single)
Public methodStatic memberBytes2Long
Convert 4 Bytes to a 32-integer (Long)
Public methodStatic memberChangeDir
Change directory.
Public methodStatic memberClipCursorToWindow
Clip the mouse cursor to an area in a window.
Public methodStatic memberCloseApplication
Close application.
Public methodStatic memberDeg2Rad
Convert from degrees to radians.
Public methodStatic memberGetCommandLine
Get the command line parameters.
Public methodStatic memberGetProcessID
Public methodStatic memberGetSystemDir
Get the System Directory of Windows.
Public methodStatic memberGetUbound(array<clsFREQUENCY>[]()[][])
Get the unbound of an array.
Public methodStatic memberGetUbound(array<Double>[]()[][])
Get the unbound of an array.
Public methodStatic memberGetUbound(array<Int32>[]()[][])
Get the unbound of an array.
Public methodStatic memberGetUbound(array<String>[]()[][])
Get the unbound of an array.
Public methodStatic memberGetWindowsDir
Get Windows Directory.
Public methodStatic memberLog10
Calculate LOG based on 10
Public methodStatic memberLog2
Calculate LOG based on 2
Public methodStatic memberLong2Bytes
Convert a 32-bit integer (Long) to 4 bytes.
Public methodStatic memberMean
Calculate the arithmetic average (mean) value.
Public methodStatic memberRad2Deg
Convert from radians to degrees.
Public methodStatic memberRMSError
Calculate the root mean square error between two series.
Public methodStatic memberSngMod
Calculate the remainder of division.
Public methodStatic memberStartApplication
Start Application by the file name
Public methodStatic memberStd
Calculate the standard deviation of a series.
Public methodStatic memberTextBoxState
Disable/Enable a textbox control.

See Also