| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
6.10 Operators
- MGL command: copy DAT dat2 ['eq'='']
 - Method on 
mglData:voidoperator= (const mglData &d) Copies data from other variable.
- MGL command: copy dat 
val - Method on 
float:voidoperator= (floatval) Set all data values equal to val.
- MGL command: multo dat dat2
 - MGL command: multo dat 
val - Method on 
mglData:voidoperator*= (const mglData &d) - Method on 
mglData:voidoperator*= (floatd) - C function: 
voidmgl_data_mul_dat (HMDTdat,HCDTd) - C function: 
voidmgl_data_mul_num (HMDTdat,floatd) Multiplies data element by the other one or by value.
- MGL command: divto dat dat2
 - MGL command: divto dat 
val - Method on 
mglData:voidoperator/= (const mglData &d) - Method on 
mglData:voidoperator/= (floatd) - C function: 
voidmgl_data_div_dat (HMDTdat,HCDTd) - C function: 
voidmgl_data_div_num (HMDTdat,floatd) Divides each data element by the other one or by value.
- MGL command: addto dat dat2
 - MGL command: addto dat 
val - Method on 
mglData:voidoperator+= (const mglData &d) - Method on 
mglData:voidoperator+= (floatd) - C function: 
voidmgl_data_add_dat (HMDTdat,HCDTd) - C function: 
voidmgl_data_add_num (HMDTdat,floatd) Adds to each data element the other one or the value.
- MGL command: subto dat dat2
 - MGL command: subto dat 
val - Method on 
mglData:voidoperator-= (const mglData &d) - Method on 
mglData:voidoperator-= (floatd) - C function: 
voidmgl_data_sub_dat (HMDTdat,HCDTd) - C function: 
voidmgl_data_sub_num (HMDTdat,floatd) Subtracts from each data element the other one or the value.
- Library Function: mglData operator+ (
const mglData &a,const mglData &b) - Library Function: mglData operator+ (
floata,const mglData &b) - Library Function: mglData operator+ (
const mglData &a,floatb) Adds the other data or the number.
- Library Function: mglData operator- (
const mglData &a,const mglData &b) - Library Function: mglData operator- (
floata,const mglData &b) - Library Function: mglData operator- (
const mglData &a,floatb) Subtracts the other data or the number.
- Library Function: mglData operator* (
const mglData &a,const mglData &b) - Library Function: mglData operator* (
floata,const mglData &b) - Library Function: mglData operator* (
const mglData &a,floatb) Multiplies by the other data or the number.
- Library Function: mglData operator/ (
const mglData &a,const mglData &b) - Library Function: mglData operator/ (
const mglData &a,floatb) Divides by the other data or the number.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
 
  This document was generated on April 13, 2012 using texi2html 5.0.
 
 
