开发者

How to put a byte string into a float in IDL

开发者 https://www.devze.com 2023-03-07 21:11 出处:网络
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.

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.

An开发者_运维知识库y help would be welcome.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消