Method mfh/minus


  MINUS implements subtraction operator for mfh objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: MINUS implements subtraction operator for two mfh objects.
 
  CALL:
               m = m1-m2
               m = minus(m1,m2);
               m = minus(m1,m2,a3) == minus(minus(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/minus are listed below:
Class name mfh
Method name minus
Category Arithmetic Operator
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team