comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » understanding 'fix' command!
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
understanding 'fix' command! [message #59829] Fri, 18 April 2008 09:12
vino is currently offline  vino
Messages: 36
Registered: March 2008
Member
Hi!
I was trying out the 'FIX' command and i couldnt understand all the
arguments present. Can someone help me please? below is whats i did!
IDL> c=[1.2,-3.4,5.]
IDL> print,fix(c)
1 -3 5
IDL> print,fix(c,0)
-26214
IDL> print,fix(c,1)
-26215
IDL> print,fix(c,2)
16281
IDL> print,fix(c,0,1)
-26214
IDL> print,fix(c,0,2)
-26214 16281

thanks for your help,
regards,
vino
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reading HTML (web) page through socket
Next Topic: GZIP (using Ronn Kling's idl_tools)?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:54:51 PDT 2025

Total time taken to generate the page: 0.48170 seconds