gpt4 book ai didi

raku - perl6 - 将 Blob 中的数据转换为 Num

转载 作者:行者123 更新时间:2023-12-04 14:08:45 25 4
gpt4 key购买 nike

我在 blob, an immutable buffer for binary data 中有一些字节我正在寻找一种方法将它所拥有的内容转换为 floating point data structure, Num ,因为它是适合所有可能在 $blob 中的所有 3 种格式的类

  • IEEE 浮点数
  • IEEE 双
  • IEEE 长双

  • 进行这种转换的最佳方法是什么?

    最佳答案

    进口 NativeCall , 对所需类型的指针执行强制转换并取消引用结果:

    use NativeCall;
    nativecast(Pointer[num32], $blob).deref;

    关于raku - perl6 - 将 Blob 中的数据转换为 Num,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50086033/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com