Produced by IDL 7.1.1
User Documentation

./guide
scale.pro

Last modification date:
Wed Feb 8 12:37:22 2012

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: scale.pro,v 1.9 2007/05/30 20:25:06 bgarwood Exp $

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 Wed Feb 8 12:38:28 2012