Method mfh/rdivide


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




©LTP Team