|
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations...... |
|
|
|
|
|
|
Identifies the type of the last error caused by a Matxxx function (functions for matrix management). |
|
|
|
|
|
|
An Edit control can be bound to an item in a data file, query, etc, ...... |
|
|
|
|
|
|
The advanced types (XLS variables, ggl variables, ...... |
|
|
|
|
|
|
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage...... |
|
|
|
|
|
|
Creates an amortization matrix for a fixed-rate loan over a defined period of time. |
|
|
|
|
|
|
The Hour property is used to:
Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration.
Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration.
Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item.
Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item.... |
|
|
|
|
|
|
Defines the type of series used in a composite chart (chart containing several types of charts). |
|
|
|
|
|
|
Defines the type of series used in a composite chart (chart containing several types of charts). |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices...... |
|
|
|
|
|
|
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database.... |
|
|
|
|
|
|
A variable is defined by name and type...... |
|
|
|
|
|
|
Writes an element into a matrix. |
|
|
|
|
|
|
Deletes an existing matrix. |
|
|
|
|
|
|
Calculates the transposed matrix. |
|
|
|
|
|
|
Creates the copy of a matrix. |
|
|
|
|
|
|
The description of the parameter type is optional...... |
|
|
|
|
|
|
Calculates the inverse of a square matrix. |
|
|
|
|
|
|
Reads the value of a matrix element. |
|
|
|
|
|
|
Adds a value to each matrix element. |
|
|
|
|
|
|
Multiplies each matrix element by a value. |
|
|
|
|
|
|
Checks the whether the matrix exists in memory. |
|
|
|
|
|
|
Compresses the memory footprint occupied by a matrix. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|