ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Matrix functions
  • Matrix existence
  • Error management
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MatFloatAdd (Function)
In french: MatRéelAdditionne
Adds a value to each matrix element. This addition is performed in the specified matrix.
// Addition de la valeur 3 à une matrice
MatFloatAdd("MaMatrice", 3)
Syntax
MatFloatAdd(<Matrix> , <Value>)
<Matrix>: Character string
Name of the matrix to be used, defined with MatCreate.
<Value>: Real
Value that will be added to the matrix.
Remarks

Matrix existence

The matrix existence is not checked. To check the matrix existence, use MatExist.

Error management

Caution: MatFloatAdd returns no error code. To know if any errors were generated, use ErrorInfo with the errMessage constant.
Related Examples:
The Matrix functions Unit examples (WINDEV): The Matrix functions
[ + ] Using matrices with the WLanguage functions.
This example, powered by WINDEV, is used to perform calculations on matrices: addition, multiplication, transposition, inversion...
The Matrix functions Unit examples (WINDEV Mobile): The Matrix functions
[ + ] Using matrices with the WLanguage functions: addition, multiplication, transposition, inversion...
Business / UI classification: Neutral code
Component: wd300mat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help