Ham Cockpit   

    Show / Hide Table of Contents

    Method FloatToStrided

    View Source

    FloatToStrided(Single[], Int32, Single[], Int32, Int32, Int32)

    Convert data format.

    Declaration
    public static void FloatToStrided(float[] source, int srcOffset, float[] destination, int dstOffset, int dstStride, int count)
    Parameters
    Type Name Description
    Single[] source

    The source array.

    Int32 srcOffset

    The offset to the first value in the source array.

    Single[] destination

    The destination array.

    Int32 dstOffset

    The offset to the first value in the destination array.

    Int32 dstStride

    The stride in the destination array.

    Int32 count

    The number of the values to output.

    • View Source
    Back to top Generated by DocFX