- Decimal separator
- Precision of the reals
Abs (Function) In french: Abs Returns the absolute value: - of a numerical value,
- of a numerical expression (integer or real).
New in version 28of a duration.
// Récupération de la valeur absolue ResValeurAbsolue = Abs(-16.23) // Renvoie 16.23 ResValeurAbsolue = Abs(4.51 + 16.23) // Renvoie 20.74
New in version 28
// Récupération de la valeur absolue ResValeurAbsolue is Duration = Abs(5 min) // Renvoie 0000500000 ResValeurAbsolue = Abs(-15 min) // Renvoie 0001500000
Syntax
<Result> = Abs(<Manipulated value>)
<Result>: Full, Real or Duration Sought absolute value. <Manipulated value>: Numerical expression, integer, real or time Value to handle: - Numerical expression,
- Numeric value,
New in version 28Duration. - Duration variable containing the duration in "+DHHMMSSCCC" format (D corresponds to the number of days, HH to hours, MM to minutes, SS to seconds and CCC to milliseconds).
- Duration in a readable format (e.g., 1 d 2 h 3 min 10 s 10 ms).
Remarks Decimal separator The decimal separator for the real numbers is the one defined in the control panel of Windows. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|