|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide scale.pro
| scale |
This procedure scales the data container's data by a scalar value. Equivalent to: *!g.s[0].data_ptr = *!g.s[0].data_ptr * factor
get,index=1
show
scale,1.3
show
| Parameters | |
|
factor |
scale factor |
|
index |
index to DC to be scaled |