0

I am new to the programming language IDL (Interactive Data Language) and am learning to code in it. I'd like to know how to put a byte string into a float in IDL without saving it to a file.

Any help would be welcome.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Nitin Khanna
  • 53
  • 1
  • 10

1 Answers1

2

Use the float routine, i.e., float('5') is 5.0.

mgalloy
  • 2,356
  • 1
  • 12
  • 10