在 f77 中声明整数和浮点数数组
快速提问:
是否可以在 Fortran 77 中声明一个包含整数和浮点数的数组?如果是,怎么办?
谢谢
MW
Quick question:
Is it possible to declare one array with integers and floats in Fortran 77? If yes, how?
Thanks
MW
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个数组,里面有两个整数和浮点数(实数)?不,它必须有单一类型。
One array with both integers and floats (reals) inside? No. It has to have a singular type.