Produced by IDL 7.0
Developer Documentation

./guide
scale.pro

Last modification date:
Sun Oct 22 03:20:02 2017

scale

procedure scale, factor[, buffer]

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
 

Examples
    get,index=1
    show
    scale,1.3
    show
 
Uses
dcscale
Version
$Id$

Parameters
factor
in, required
float
scale factor
buffer
in, optional
int
The global buffer number containing the data to be scaled


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:10 2017