Produced by IDL 6.1
User Documentation

./guide
scale.pro

Last modification date:
Thu Jun 2 23:56:08 2005

scale

procedure scale, factor[, index]

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.7 2005/05/30 04:03:43 bgarwood Exp $

Parameters
factor
in, required
float
scale factor
index
in, optional
int
index to DC to be scaled


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:51 2005