--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_max_function.html 2019/09/15 22:25:17 3600 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_max_function.html 2019/09/16 16:03:36 3601 @@ -25,13 +25,15 @@ ??number1?? - Integer Number + Integer Number or
+ Real Number One of the two numbers to compare with.
[required] ??number2?? - Integer Number + Integer Number or
+ Real Number One of the two numbers to compare with.
[required] @@ -47,7 +49,16 @@ Largest number of the passed two values. - + +

Remarks

+

+ This functions accepts any standard unit and finalness for its two arguments. + However the unit types of the two arguments must be identical. + The return value's unit type is identical to the two passed arguments' one, + and the return value's finalness is the case if at least one of the two arguments + has finalness. +

+

Examples

The following example prints the result of some example argument