EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method GetBits

    GetBits(byte, byte, byte)

    Declaration
    public static byte GetBits(this byte value, byte start, byte length)
    Parameters
    Type Name Description
    byte value
    byte start
    byte length
    Returns
    Type Description
    byte

    GetBits(int, byte, byte)

    Declaration
    public static int GetBits(this int value, byte start, byte length)
    Parameters
    Type Name Description
    int value
    byte start
    byte length
    Returns
    Type Description
    int

    GetBits(uint, byte, byte)

    Declaration
    public static uint GetBits(this uint value, byte start, byte length)
    Parameters
    Type Name Description
    uint value
    byte start
    byte length
    Returns
    Type Description
    uint

    GetBits(ulong, byte, byte)

    Declaration
    public static ulong GetBits(this ulong value, byte start, byte length)
    Parameters
    Type Name Description
    ulong value
    byte start
    byte length
    Returns
    Type Description
    ulong
    © Xab3r. All rights reserved.