Method mfh/plus


  PLUS implements addition operator for mfh objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PLUS implements addition operator for two mfh objects.
 
  CALL:
               m = m1+m2
               m = plus(m1,m2);
               m = plus(m1,m2,m3) == plus(plus(m1,m2),m3)
 
  More than two inputs are handled with nested calls.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class mfh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description

Example

plist()

back to top back to top

Some information of the method mfh/plus are listed below:
Class name mfh
Method name plus
Category Arithmetic Operator
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team