Search Results for

    Show / Hide Table of Contents

    Converter.FloatFromBits Method

    Namespace: Riptide.Utils
    Assembly: RiptideNetworking.dll

    Overloads

    FloatFromBits(byte[], int)

    Converts the 32 bits at startBit in array to a float.

    FloatFromBits(ulong[], int)

    Converts the 32 bits at startBit in array to a float.

    FloatFromBits(byte[], int)

    Converts the 32 bits at startBit in array to a float.

    public static float FloatFromBits(byte[] array, int startBit)

    Parameters

    byte[] array

    The array to convert the bits from.

    int startBit

    The position in the array from which to read the bits.

    Returns

    float

    The converted float.

    FloatFromBits(ulong[], int)

    Converts the 32 bits at startBit in array to a float.

    public static float FloatFromBits(ulong[] array, int startBit)

    Parameters

    ulong[] array

    The array to convert the bits from.

    int startBit

    The position in the array from which to read the bits.

    Returns

    float

    The converted float.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX