Method mfh/times


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




©LTP Team